Skip to content

Commit

Permalink
added matrix version back
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Aug 21, 2024
1 parent dc56428 commit 5fb3714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
version: ['3.10']

runs-on: ${{ matrix.os }}

Expand All @@ -26,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: ${{ matrix.version }}
cache: pip

- name: Install dependencies [Ubuntu]
Expand Down

0 comments on commit 5fb3714

Please sign in to comment.