We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6b9ba commit f06be90Copy full SHA for f06be90
.github/workflows/ci.yml
@@ -9,6 +9,8 @@ jobs:
9
- uses: actions/setup-python@v5
10
with:
11
python-version: "3.12"
12
+ - name: Install local package
13
+ run: pip install .
14
- name: Install dev requirements
15
run: pip install -r requirements_dev.txt
16
- name: Check black
0 commit comments