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 e7f7023 commit 26e2361Copy full SHA for 26e2361
.github/workflows/testflux.yml
@@ -29,9 +29,9 @@ jobs:
29
- name: Checkout
30
uses: actions/checkout@v4
31
32
- - name: Install
+ - name: Setup Python
33
run: |
34
- apt-get update && apt-get install -y python3-venv
+ apt-get update && apt-get install -y python3-venv && apt-get install less
35
export PATH=$PWD/bin:$PATH
36
ln -s /usr/bin/python3 /usr/bin/python
37
python -m pip install --upgrade pip && pip install -e ".[test]" && python -c 'import pydra; print(pydra.__version__)'
0 commit comments