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 7bad00a commit 30a58d8Copy full SHA for 30a58d8
.github/workflows/copilot-setup-steps.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Configure python env
42
run: |
43
python -m pip install -U pip
44
- pip install -r +tests/requirements.txt
+ python -m pip install -r +tests/requirements.txt
45
python -m pip list
46
echo "HDF5_PLUGIN_PATH=$(python -c "import hdf5plugin; print(hdf5plugin.PLUGINS_PATH)")" >> "$GITHUB_ENV"
47
echo $( python -m pip show nwbinspector | grep ^Location: | awk '{print $2}' )
0 commit comments