Skip to content

Commit

Permalink
CI: Windows build conda debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
selimnairb committed Nov 17, 2023
1 parent 61dcf6d commit 7ef2c34
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/testwindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: >
set PATH=C:\Miniconda;C:\Miniconda\Library\bin;C:\Miniconda\Scripts;%PATH%
conda init
conda info -a
conda activate test-environment
Expand All @@ -82,7 +82,6 @@ jobs:
shell: cmd
run: |
set PATH=C:\Miniconda;C:\Miniconda\Library\bin;C:\Miniconda\Scripts;%PATH%
conda init
conda activate test-environment
cmake --build build
python -m pip wheel -w .\wheel build\api\swig\python
Expand All @@ -91,7 +90,6 @@ jobs:
shell: cmd
run: |
set PATH=C:\Miniconda;C:\Miniconda\Library\bin;C:\Miniconda\Scripts;%PATH%
conda init
conda activate test-environment
cmake --install build
python -m pip install .\wheel\bagPy-*.whl
Expand All @@ -101,7 +99,6 @@ jobs:
# Execute C++ and Python tests
run: |
set PATH=C:\Miniconda;C:\Miniconda\Library\bin;C:\Miniconda\Scripts;%PATH%
conda init
conda activate test-environment
set BAG_SAMPLES_PATH=%github.workspace%\examples\sample-data
.\build\tests\bag_tests
Expand Down

0 comments on commit 7ef2c34

Please sign in to comment.