Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
postpop authored Nov 7, 2023
1 parent 10c919a commit 9a9d199
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
strategy:
fail-fast: False
matrix:
python-version: [3.9 , '3.10']
os: [ubuntu-latest, windows-latest, macOS-latest]
# python-version: [3.9 , '3.10']
# os: [ubuntu-latest, windows-latest, macOS-latest]
python-version: [3.9]
os: [windows-latest]
defaults: # https://github.com/marketplace/actions/setup-miniconda#use-a-default-shell
run:
shell: bash -l {0}
Expand Down

0 comments on commit 9a9d199

Please sign in to comment.