Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
optk2k committed Dec 11, 2023
1 parent b52a060 commit 5f29668
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ on:
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10, 3.11, 3.12]
steps:
- uses: actions/checkout@v4
- name: tests
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: ${{matrix.python-version}}
- name: install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 5f29668

Please sign in to comment.