Skip to content

Commit

Permalink
[CI] Update python versions in Github workflow (tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmille committed Nov 22, 2024
1 parent c304e1c commit 105cdc4
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ jobs:
build:

runs-on: ubuntu-latest
#strategy:
# matrix:
# python-version: [3.7, 3.8, 3.9, '3.10']

strategy:
matrix:
python-version: [3.9, '3.10', '3.11', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
#- name: Set up Python ${{ matrix.python-version }}
#uses: actions/setup-python@v2
# with:
# python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
name: Set up Python ${{ matrix.python-version }}
with:
python-version: ${{ matrix.python-version }}
- name: Install system dependencies with apt-get
run: |
sudo apt-get update && sudo apt-get install -y ffmpeg
Expand Down

0 comments on commit 105cdc4

Please sign in to comment.