Skip to content

Commit 1a60523

Browse files
committed
fix workflow files
1 parent 865c8fc commit 1a60523

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build-conda.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: s-weigand/setup-conda@v1
3434
with:
3535
update-conda: false
36+
python-version: 3.11
3637
conda-channels: conda-forge
3738

3839
- name: Prepare conda environment

packaging/conda-unix/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: pysces
33
version: {{ GIT_DESCRIBE_TAG }}
4-
# version: 1.2.0
4+
# version: 1.2.1
55

66
source:
77
# git_url: https://github.com/PySCeS/pysces.git

packaging/conda-win/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: pysces
33
version: {{ GIT_DESCRIBE_TAG }}
4-
# version: 1.2.0
4+
# version: 1.2.1
55

66
source:
77
# git_url: https://github.com/PySCeS/pysces.git

0 commit comments

Comments
 (0)