Skip to content

Commit

Permalink
[CI] Fix pip commands for Windows runners
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed Feb 26, 2024
1 parent 872dbd3 commit 64ed2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install -U pip setuptools wheel
python -m pip install '"scons<4.4.0"' pypiwin32 numpy ruamel.yaml cython pandas graphviz pytest pytest-github-actions-annotate-failures
python -m pip install 'scons<4.4.0' pypiwin32 numpy ruamel.yaml cython pandas graphviz pytest pytest-github-actions-annotate-failures
- name: Restore Boost cache
uses: actions/cache@v3
id: cache-boost
Expand Down

0 comments on commit 64ed2b7

Please sign in to comment.