Skip to content

Commit 596b392

Browse files
committed
use setup-python instead of setup-miniconda
1 parent 91565c3 commit 596b392

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v1
1717

18+
- uses: actions/setup-python@v5
19+
with:
20+
python-version: "3.10"
21+
1822
- uses: conda-incubator/setup-miniconda@v1
1923
with:
2024
miniconda-version: "latest"

0 commit comments

Comments
 (0)