We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbaaee commit e680f86Copy full SHA for e680f86
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
14
- name: Install dependencies
15
run: pip install -U setuptools pip wheel && pip install cwltool
16
- name: checkout exiting website
0 commit comments