Skip to content

Commit cb3e71d

Browse files
authored
Update publish.yml
Pin Python version in Conda environment
1 parent ea52f77 commit cb3e71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: |
4646
sudo apt-get update && sudo apt-get install openssl curl
47-
conda install -y anaconda-client conda-build conda-verify
47+
conda install -y python=3.12 anaconda-client conda-build conda-verify
4848
python -m pip install --upgrade pip
4949
pip install setuptools wheel build
5050
- name: Publish distribution to Anaconda

0 commit comments

Comments
 (0)