Skip to content

Commit 82b86d6

Browse files
committed
fixing deploy workflow
1 parent 6c09d6f commit 82b86d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626

2727
steps:
2828
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
30+
- uses: actions/setup-python@v5
31+
with:
32+
python-version: matrix.python-version
3033
- uses: conda-incubator/setup-miniconda@v2
3134
with:
3235
activate-environment: test

0 commit comments

Comments
 (0)