Skip to content

Commit 06c7673

Browse files
committed
restructure-modules: Fix broken matrix in github action
Signed-off-by: Andrew Helsby <[email protected]>
1 parent f7a9056 commit 06c7673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
. .venv/bin/activate
3939
4040
- name: Install dependencies
41-
run: pip install -r requirements.txt requirements-dev.txt
41+
run: pip install -r requirements-dev.txt
4242

4343
- name: Run black formatter check
4444
run: black --check .

0 commit comments

Comments
 (0)