Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana14 committed May 14, 2024
1 parent f9123e8 commit 6685219
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
python-version: ["3.11", "3.12" ]

steps:
- name: Checkout the code
Expand All @@ -23,7 +26,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: ["3.11", "3.12"]
python-version: ${{ matrix.python-version }}

- name: Install Deps
run: make setup
Expand Down

0 comments on commit 6685219

Please sign in to comment.