Skip to content

Commit

Permalink
Harmonising the Python version in QC workflow to be compatible with T…
Browse files Browse the repository at this point in the history
…OML file
  • Loading branch information
souzadevinicius committed Aug 30, 2024
1 parent 8d4ba38 commit 079000f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.8", "3.11" ]
python-version: [ "3.11" ]

steps:
- uses: actions/checkout@v3.0.2
Expand Down

0 comments on commit 079000f

Please sign in to comment.