Skip to content

Commit

Permalink
Use 3.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Apr 15, 2024
1 parent 5792ced commit 86640d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
python-version: [3.7, 3.8, 3.9, '3.10', '3.11.8']

steps:
- uses: actions/checkout@v4
Expand All @@ -32,13 +32,13 @@ jobs:
run: |
poetry run pytest --doctest-modules --ignore=examples --cov=pycardano --cov-config=.coveragerc --cov-report=xml
- name: "Upload coverage to Codecov"
if: ${{ matrix.python-version == '3.11' }}
if: ${{ matrix.python-version == '3.11.8' }}
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Run static analyses
if: ${{ matrix.python-version == '3.11' }}
if: ${{ matrix.python-version == '3.11.8' }}
run: |
make qa
Expand Down

0 comments on commit 86640d8

Please sign in to comment.