Skip to content

Commit 1222f46

Browse files
committed
remove useless step
1 parent bfa29f4 commit 1222f46

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -86,28 +86,6 @@ jobs:
8686
name: ${{ steps.sanitize.outputs.artifact_name }}
8787
path: ${{ env.WORKSPACE_ARTIFACT_PATH }}
8888

89-
90-
- name: Set env vars for tests
91-
shell: bash
92-
run: |
93-
# Set env vars for tests
94-
if [[ "$RUNNER_OS" == "Windows" ]]; then
95-
echo "$WORKSPACE_ARTIFACT_PATH/lib" >> $GITHUB_PATH
96-
echo "$WORKSPACE_ARTIFACT_PATH/bin" >> $GITHUB_PATH
97-
echo "$SOFA_ROOT/plugins/SofaPython3/bin" >> $GITHUB_PATH
98-
echo "SOFA_PLUGIN_PATH=$WORKSPACE_ARTIFACT_PATH/bin" | tee -a $GITHUB_ENV
99-
else
100-
echo "SOFA_PLUGIN_PATH=$WORKSPACE_ARTIFACT_PATH/lib" | tee -a $GITHUB_ENV
101-
fi
102-
103-
if [[ "$RUNNER_OS" == "macOS" ]]; then
104-
echo "DYLD_LIBRARY_PATH=$WORKSPACE_ARTIFACT_PATH/lib:$SOFA_ROOT/lib:$SOFA_ROOT/plugins/SofaPython3/lib:$DYLD_LIBRARY_PATH" | tee -a $GITHUB_ENV
105-
fi
106-
107-
if [[ "$RUNNER_OS" == "Linux" ]]; then
108-
echo "LD_LIBRARY_PATH=$WORKSPACE_ARTIFACT_PATH/lib:$SOFA_ROOT/lib:$SOFA_ROOT/plugins/SofaPython3/lib:$LD_LIBRARY_PATH" | tee -a $GITHUB_ENV
109-
fi
110-
11189
- name: Notify dashboard
11290
if: always() && startsWith(github.repository, 'sofa-framework') && startsWith(github.ref, 'refs/heads/master') # we are not on a fork and on master
11391
env:

0 commit comments

Comments
 (0)