Skip to content

Commit

Permalink
Update pypi-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avantikalal authored May 29, 2024
1 parent f5d9f67 commit 7f4dbfc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
strategy:
matrix:
python-version: [ '3.10' ]
# '3.8', '3.9', '3.11', '3.12'

name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down

0 comments on commit 7f4dbfc

Please sign in to comment.