Skip to content

Commit

Permalink
fix: use activated shells
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Sep 20, 2024
1 parent 12a490a commit 9fbfa2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
python-version: ${{ matrix.PYTHON_VERSION }}

- name: Install the project's dependencies
shell: bash -el {0}
run: poetry install

- name: Test the codebase
shell: bash -el {0}
run: poetry run pytest

- name: Upload coverage reports to Codecov
Expand All @@ -65,4 +67,5 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Test building the documentation
shell: bash -el {0}
run: set -euo pipefail && poetry run mkdocs build --strict

0 comments on commit 9fbfa2c

Please sign in to comment.