Skip to content

Commit

Permalink
Workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xfenix committed Oct 22, 2022
1 parent c654317 commit c7b6c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
submit-coverage:
runs-on: ubuntu-latest
container:
image: python:3.9.14-slim
image: python:3.9.15-slim
steps:
- uses: actions/checkout@v3
- run: |
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
needs: [build-and-publish]
runs-on: ubuntu-latest
container:
image: python:3.9.14-slim
image: python:3.10.8-slim
steps:
- uses: actions/checkout@v3
- run: |
Expand Down

0 comments on commit c7b6c82

Please sign in to comment.