Skip to content

Commit 6ba1188

Browse files
authored
[MAINT] Update old CI steps (#214)
1 parent 1a8cf93 commit 6ba1188

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,14 @@ jobs:
126126
- name: Install dependencies
127127
run: |
128128
python -m pip install --upgrade pip setuptools wheel
129-
pip install --upgrade --upgrade-strategy eager .[test]
129+
pip install -e . --no-deps
130+
pip install -r tools/requirements_old.txt
130131
- name: Display versions and environment information
131132
run: |
132133
echo $TZ
133134
date
134-
python --version
135135
which python
136-
- run: |
137-
pip install -e . --no-deps
138-
pip install -r tools/requirements_old.txt
139-
- run: python -c "import pybispectra; import mne; print(f'PyBispectra {pybispectra.__version__}\n'); mne.sys_info()"
136+
python -c "import pybispectra; import mne; print(f'PyBispectra {pybispectra.__version__}\n'); mne.sys_info()"
140137
- name: Download testing data
141138
run: python -c "from pybispectra.utils import DATASETS, get_example_data_paths; (get_example_data_paths(data) for data in DATASETS.keys())"
142139
- name: Run pytest

0 commit comments

Comments
 (0)