Skip to content

Commit

Permalink
ci: use shorter version
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Feb 12, 2024
1 parent 07d4e35 commit 9751ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
lint-backend:
uses: ./.github/workflows/python_task.yml
with:
python-version: '["3.10.13"]'
python-version: '["3.10"]'
command: poetry run pylint prophecies

test-backend:
uses: ./.github/workflows/python_task.yml
with:
python-version: '["3.10.13", "3.11", "3.12"]'
python-version: '["3.10", "3.11", "3.12"]'
command: make test-back

test-frontend:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit 9751ff4

Please sign in to comment.