Skip to content

Commit

Permalink
fix os and python version compatibility in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Henley13 committed Jul 6, 2023
1 parent 16073b3 commit cdec0bf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/running_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10"]
#include:
# - os: ubuntu-20.04
# python-version: ["3.6, 3.7"]
include:
- os: ubuntu-20.04
python-version: "3.6"
- os: ubuntu-20.04
python-version: "3.7"

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

0 comments on commit cdec0bf

Please sign in to comment.