Skip to content

Commit

Permalink
Set python version to 3.9 in Codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewekhalel committed Aug 15, 2023
1 parent 062734a commit 4f06741
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: "3.9"
name: Codecov Workflow
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 4f06741

Please sign in to comment.