Skip to content

Commit

Permalink
needed to install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Sep 19, 2024
1 parent 48a5b65 commit 2033eb5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
run: cat env.* > .env
- name: Load .env file
uses: xom9ikk/dotenv@v2
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.11
cache: poetry
python-version: '3.11'
cache: 'poetry'
- run: poetry install
- name: Run tests
run: poetry run pytest

0 comments on commit 2033eb5

Please sign in to comment.