Skip to content

Commit

Permalink
Fix github action - CI.yml
Browse files Browse the repository at this point in the history
Typo for '3.10'
  • Loading branch information
julesghub committed Jul 12, 2022
1 parent 49e75e1 commit ed10395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, 3.10]
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit ed10395

Please sign in to comment.