Skip to content

Commit 7ac0cba

Browse files
committed
Skip requirements.txt
1 parent 4bfe1ba commit 7ac0cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Install dependencies
1313
run: |
1414
python -m pip install --upgrade pip
15-
pip install -r requirements.txt
15+
# pip install -r requirements.txt
1616
- name: Build and run tests
1717
run: ./testall

0 commit comments

Comments
 (0)