Skip to content

Commit

Permalink
fix: gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gemygk committed May 24, 2024
1 parent 7943e6a commit 05a76bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
shell: bash -el {0}
strategy:
matrix:
python-version: [ "3.8", "3.9" ]
# python-version: [ "3.8", "3.9" ]
python-version: [ "3.9" ]
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
steps:
Expand Down

0 comments on commit 05a76bc

Please sign in to comment.