Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanking authored May 13, 2024
1 parent 4be485a commit f1c9663
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
strategy:
matrix:
config:
- {os: windows-latest, py: '3.7'}
- {os: macOS-latest, py: '3.7'}
- {os: ubuntu-latest, py: '3.7'}
- {os: ubuntu-latest, py: '3.8'}
- {os: ubuntu-latest, py: '3.9'}
- {os: windows-latest, py: '3.8.10'}
- {os: macOS-latest, py: '3.8.10'}
- {os: ubuntu-latest, py: '3.8.10'}
- {os: ubuntu-latest, py: '3.8.10'}
- {os: ubuntu-latest, py: '3.8.10'}
steps:
- name: checkout repo content
uses: actions/checkout@v2 # checkout the repository content to github runner
Expand Down

0 comments on commit f1c9663

Please sign in to comment.