Skip to content

Commit

Permalink
py3 -m pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
kokes committed Jul 29, 2024
1 parent 6d60c0c commit 764b904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
python-version: ['3.12'] # TODO: docasne
python-version: ['3.12'] # TODO: docasne - mozna udelat jen min/max? I.e. 3.9 a 3.12 treba
# python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
Expand All @@ -29,4 +29,4 @@ jobs:
# TODO: testovat partial jen s nekteryma verzema Py
- name: Test with pytest
run: |
pytest -v
python3 -m pytest -v

0 comments on commit 764b904

Please sign in to comment.