Skip to content

Commit

Permalink
ci(tests): Add Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
asyrjasalo committed Jul 28, 2024
1 parent 9b7711e commit 68d4e75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rf_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
#python-version: [3.9.19, 3.10.14, 3.11.9, 3.12.4]
python-version: [3.12.4]
python-version: [3.9.19, 3.10.14, 3.11.9, 3.12.4]

steps:
- uses: actions/checkout@v2
Expand All @@ -27,7 +26,9 @@ jobs:
python -m pip install --user pdm
pdm install
- name: Start server
run: pdm testenv &
run: |
pdm testenv &
sleep 5
- name: Run tests
run: pdm atest
- name: Generate Report
Expand Down

0 comments on commit 68d4e75

Please sign in to comment.