Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Nov 14, 2023
1 parent fc21e98 commit 52ec26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean-and-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.10
python-version: '3.10'
channels: conda-forge,defaults
channel-priority: strict
show-channel-urls: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.10
python-version: '3.10'
channels: conda-forge,defaults
channel-priority: strict
show-channel-urls: true
Expand Down

0 comments on commit 52ec26d

Please sign in to comment.