Skip to content

Commit

Permalink
Switched to python 3.9. This seems to be a bug in Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csyhuang committed Aug 19, 2023
1 parent aa7a9f1 commit 7ff8f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]
python-version: [3.9]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -14,7 +14,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.10
python-version: 3.9
- name: Generate Report
run: |
pip install coverage
Expand Down

0 comments on commit 7ff8f0c

Please sign in to comment.