Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldschellander authored Nov 25, 2024
1 parent 4469bd6 commit 0400d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
os: [ubuntu-22.04]
env:
OS: ${{ matrix.os }}
PYTHON: '3.14.0'
PYTHON: '3.14'
steps:
- uses: actions/checkout@main
- name: Setup Python
uses: actions/setup-python@main
with:
python-version: 3.14.0
python-version: 3.14
- name: Generate coverage report
run: |
pip install pytest
Expand Down

0 comments on commit 0400d82

Please sign in to comment.