Skip to content

Commit

Permalink
try fixing test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Mar 6, 2023
1 parent fb9d586 commit 16143c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cron_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install base dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox\<4
python -m pip install "tox<4"
- name: Check links in docs using tox
run: |
tox -e linkcheck
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install base dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox\<4 coveralls
python -m pip install "tox<4" coveralls
- name: Install graphviz dependency
if: "endsWith(matrix.toxenv, 'build_docs')"
run: sudo apt-get -y install graphviz
Expand Down

0 comments on commit 16143c3

Please sign in to comment.