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 8331fc7 commit 76d3294Copy full SHA for 76d3294
.github/workflows/tests.yml
@@ -18,6 +18,8 @@ jobs:
18
uses: actions/setup-python@v4
19
with:
20
python-version: 3.11
21
+ - name: Installation (deps and package)
22
+ run: pip install .
23
- uses: pre-commit/[email protected]
24
25
tests:
0 commit comments