Skip to content

Commit

Permalink
Merge pull request #26 from cainky/fix-github-test-runner
Browse files Browse the repository at this point in the history
fix github tests attempt
  • Loading branch information
cainky authored Dec 27, 2023
2 parents 264d2f4 + 092511b commit c2d4803
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 c2d4803

Please sign in to comment.