Skip to content

Commit

Permalink
ci: Don't install coal before running tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Nov 21, 2024
1 parent c0d214e commit e4d5182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-conda-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if errorlevel 1 exit 1
:: Test Python import
python -c "import coal"
cmake -E env PYTHONPATH=%cd%\python python -c "import coal"
if errorlevel 1 exit 1
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-conda-v142.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if errorlevel 1 exit 1
:: Test Python import
python -c "import coal"
cmake -E env PYTHONPATH=%cd%\python python -c "import coal"
if errorlevel 1 exit 1
check:
Expand Down

0 comments on commit e4d5182

Please sign in to comment.