Skip to content

Commit 30a58d8

Browse files
committed
Update copilot-setup-steps.yml
Standardize to python -m pip
1 parent 7bad00a commit 30a58d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Configure python env
4242
run: |
4343
python -m pip install -U pip
44-
pip install -r +tests/requirements.txt
44+
python -m pip install -r +tests/requirements.txt
4545
python -m pip list
4646
echo "HDF5_PLUGIN_PATH=$(python -c "import hdf5plugin; print(hdf5plugin.PLUGINS_PATH)")" >> "$GITHUB_ENV"
4747
echo $( python -m pip show nwbinspector | grep ^Location: | awk '{print $2}' )

0 commit comments

Comments
 (0)