Skip to content

Commit

Permalink
Attempt to fix conda
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Dec 24, 2023
1 parent ecdfa4e commit 60f042e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # windows-latest, macOS-latest
python-version: [3.10]
python-version: ["3.10"]
name: Python ${{ matrix.python-version }} example
steps:
- name: Check Out Repo
Expand Down

0 comments on commit 60f042e

Please sign in to comment.