Skip to content

Commit

Permalink
fix github tests attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
cainky committed Dec 27, 2023
1 parent 264d2f4 commit 092511b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: '3.10'

- name: Install Poetry
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
poetry install
poetry install -vvv
- name: Run tests
run: poetry run python -m unittest discover

0 comments on commit 092511b

Please sign in to comment.