Skip to content

Commit

Permalink
Merge pull request #2 from hpc4cmb/test_pyver
Browse files Browse the repository at this point in the history
Fix typo in test workflow to set python version.
  • Loading branch information
tskisner authored Jan 5, 2025
2 parents 6f59736 + b21b4ae commit 4398e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install Dependencies
run: |
source ~/conda/etc/profile.d/conda.sh \
&& conda create --yes -n test python==3.12 \
&& conda create --yes -n test python==${{ matrix.python }} \
&& conda activate test \
&& conda install --yes --file packaging/conda_build_requirements.txt
Expand Down

0 comments on commit 4398e68

Please sign in to comment.