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 fe144a9 commit b531289Copy full SHA for b531289
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v5
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