Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Nov 2, 2023
1 parent 79599a8 commit 7a3538e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/windows_impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
shell: bash -elo pipefail {0}
run: |
unset CONDARC # Interferes with tests
cd .\build\libmamba && .\tests\test_libmamba
cd ./build/libmamba && ./tests/test_libmamba
# - name: Run libmamba tests
# run: |
Expand Down Expand Up @@ -113,9 +113,7 @@ jobs:
- name: Install libmambapy
shell: bash -elo pipefail {0}
run: |
ls build/libmambapy/
ln build/libmambapy/bindings*.pyd libmambapy/libmambapy/
ls libmambapy/libmambapy/
cmake --install build/ --prefix "${CONDA_PREFIX}"
python -m pip install ./libmambapy/
- name: Run libmamba Python bindings tests
Expand Down Expand Up @@ -145,9 +143,6 @@ jobs:
shell: bash -elo pipefail {0}
run: |
cmake --install build/ --prefix local/
echo === && ls local
echo === && ls local/bin
echo === && ls local/lib
- name: micromamba python based tests with pwsh
shell: pwsh
run: |
Expand Down

0 comments on commit 7a3538e

Please sign in to comment.