Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Mar 2, 2024
1 parent 10c72f7 commit 2d9dbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- test
- coverage
steps:
- run: pipx install poetry
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: poetry
python-version: 3.11
- run: pip install poetry
- run: poetry install
- run: poetry run poe ${{ matrix.action }}

0 comments on commit 2d9dbf0

Please sign in to comment.