Skip to content

Commit c0d490c

Browse files
committed
fixing deploy workflow 2
1 parent 82b86d6 commit c0d490c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
python-version: [3.10]
25+
python-version: ['3.10']
2626

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

0 commit comments

Comments
 (0)