Skip to content

Commit

Permalink
use pip install as the dockerfiles do for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavinok committed Aug 22, 2023
1 parent d2db5dc commit ef48b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
python-version: ${{ inputs.python-version }}
cache: 'pip'
cache-dependency-path: 'requirements*.txt'
- name: Run image
uses: abatilo/actions-poetry@v2
- name: Install the project dependencies
run: poetry install -E "askar bbs"
run: |
pip install poetry
poetry install -E "askar bbs test"
- name: Tests
run: poetry run pytest

0 comments on commit ef48b81

Please sign in to comment.