Skip to content

Commit 140612f

Browse files
committed
remove pip install requirements.txt from full-test.yml because it is redundant.
1 parent a1eda75 commit 140612f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python -m venv ~/test_env
4343
source ~/test_env/bin/activate
4444
python -m pip install --upgrade pip
45-
pip install -r requirements.txt
45+
# pip install -r requirements.txt
4646
pip install -r requirements_testing.txt
4747
pip install -e .
4848
- name: Get ephy_testing_data current head hash

0 commit comments

Comments
 (0)