Skip to content

Commit fb097f9

Browse files
committed
Official change
1 parent d57a9b0 commit fb097f9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,4 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install -r requirements.txt
32-
33-
# # Step 4: Run tests
34-
# - name: Run tests
35-
# run: |
36-
# pytest
31+
pip install -r requirements.txt

0 commit comments

Comments
 (0)