Skip to content

Commit 884e738

Browse files
committed
Fix CI
1 parent 18c0f84 commit 884e738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
eval "$(conda shell.bash hook)"
112112
conda activate ./.env
113113
pip install -r test/requirements.txt
114-
pip install -r doc/requirements.txt
114+
pip install -r docs/requirements.txt
115115
116116
- name: Run tests
117117
run: |

0 commit comments

Comments
 (0)