We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d490c commit 33c965bCopy full SHA for 33c965b
.github/workflows/deploy.yml
@@ -26,10 +26,10 @@ jobs:
26
27
steps:
28
# 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
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
+ with:
+ python-version: '3.10'
33
- uses: conda-incubator/setup-miniconda@v2
34
with:
35
activate-environment: test
0 commit comments