Skip to content

Commit 7cef9a4

Browse files
committed
Fix workflow
1 parent fc724fb commit 7cef9a4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/build_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

25+
- name: Install requirements
26+
run: python3 -m pip install -r requirements-dev.txt
27+
2528
- name: Run isort
2629
run: python3 -m isort --check --profile black C3 cli tests
2730

requirements-dev.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
black==23.9.1
2+
colorlog==6.7.0
3+
isort==5.12.0
4+
ruff==0.0.267

0 commit comments

Comments
 (0)