Skip to content

Commit

Permalink
Maybe fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Feb 29, 2024
1 parent f4bec36 commit 9763a73
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install poetry
run: pip install poetry

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
cache: poetry

- name: Install dependencies
run: |
pip install poetry
poetry install --all-extras
run: poetry install --all-extras

- name: Pytest
run: poetry run pytest -vv
Expand Down

0 comments on commit 9763a73

Please sign in to comment.