Skip to content

Commit

Permalink
Quote python version string
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Aug 15, 2024
1 parent 5d5d0fe commit d5ab95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: conda-incubator/setup-miniconda@11b562958363ec5770fef326fe8ef0366f8cbf8a
with:
miniconda-version: "latest"
python-version: ${{ env.PY_VERSION }}
python-version: "${{ env.PY_VERSION }}""
environment-file: conda/environment.yml
auto-update-conda: false
auto-activate-base: false
Expand Down

0 comments on commit d5ab95a

Please sign in to comment.