Skip to content

Commit 26e2361

Browse files
committed
intsall package less
1 parent e7f7023 commit 26e2361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testflux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v4
3131

32-
- name: Install
32+
- name: Setup Python
3333
run: |
34-
apt-get update && apt-get install -y python3-venv
34+
apt-get update && apt-get install -y python3-venv && apt-get install less
3535
export PATH=$PWD/bin:$PATH
3636
ln -s /usr/bin/python3 /usr/bin/python
3737
python -m pip install --upgrade pip && pip install -e ".[test]" && python -c 'import pydra; print(pydra.__version__)'

0 commit comments

Comments
 (0)