Skip to content

Commit

Permalink
update(.github): change configure command
Browse files Browse the repository at this point in the history
  • Loading branch information
danila committed Feb 3, 2024
1 parent 6206f98 commit 53271e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install poetry
poetry add pytest
poetry install
poetry show
- name: Test with pytest
run: |
poetry pytest

0 comments on commit 53271e7

Please sign in to comment.