Skip to content

Commit 33c965b

Browse files
committed
fixing deploy workflow 3
1 parent c0d490c commit 33c965b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +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
30-
# - uses: actions/setup-python@v5
31-
# with:
32-
# python-version: matrix.python-version
29+
- uses: actions/checkout@v4
30+
- uses: actions/setup-python@v5
31+
with:
32+
python-version: '3.10'
3333
- uses: conda-incubator/setup-miniconda@v2
3434
with:
3535
activate-environment: test

0 commit comments

Comments
 (0)