Skip to content

Commit

Permalink
Install entire [devel] so we install psutil etc
Browse files Browse the repository at this point in the history
Taken from 4fd1be9
which back then failed to test on windows... may be this time would be
better. But the main goal is to get psutil to get "filesystems" in hte
WTF output to troubleshoot datalad/datalad#6901
  • Loading branch information
yarikoptic committed Mar 16, 2023
1 parent 217aef6 commit a7ff7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template/build-{{ostype}}.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -719,9 +719,9 @@ jobs:
commitish="${{ matrix.version }}"
fi
python -m pip install --upgrade pip
pip install git+https://github.com/datalad/datalad@${commitish}
pip install datalad[devel]@git+https://github.com/datalad/datalad@${commitish}

- name: Install nose et al (just in case!)
- name: Install pytest et al (just in case!)
run: pip install nose pytest vcrpy mock

- name: WTF!?
Expand Down

0 comments on commit a7ff7ea

Please sign in to comment.