Skip to content

Commit

Permalink
Fix disutils in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
borchero committed Feb 11, 2022
1 parent 857213d commit 80d83af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
&& echo "PATH=$HOME/.poetry/bin:$PATH" >> $GITHUB_ENV
- name: Install Dependencies
run: poetry install --no-interaction --no-ansi
- name: Fix Disutils
run: poetry run pip install setuptools==59.5.0
- name: Check Spelling
run: poetry run sphinx-build -W -b spelling docs build
- name: Generate HTML
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
&& echo "PATH=$HOME/.poetry/bin:$PATH" >> $GITHUB_ENV
- name: Install Library
run: poetry install --no-interaction --no-ansi
- name: Fix Disutils
run: poetry run pip install setuptools==59.5.0
- name: Run Pytest
run: poetry run pytest tests

0 comments on commit 80d83af

Please sign in to comment.