We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b86d6 commit c0d490cCopy full SHA for c0d490c
.github/workflows/deploy.yml
@@ -22,14 +22,14 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- python-version: [3.10]
+ python-version: ['3.10']
26
27
steps:
28
# 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
+ - uses: actions/checkout@v2
+ # - uses: actions/setup-python@v5
+ # with:
+ # python-version: matrix.python-version
33
- uses: conda-incubator/setup-miniconda@v2
34
with:
35
activate-environment: test
0 commit comments