Skip to content

Commit ebbc16c

Browse files
authored
Fix requirements.txt path
1 parent df3cac4 commit ebbc16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Install dependencies
3333
run: |
3434
python -m pip install --upgrade pip
35-
pip install -r requirements.txt
35+
pip install -r docs/requirements.txt

0 commit comments

Comments
 (0)