We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a4a36 commit 1470a38Copy full SHA for 1470a38
.github/workflows/test-suite.yml
@@ -23,6 +23,8 @@ jobs:
23
python-version: "${{ matrix.python-version }}"
24
- name: "Install dependencies"
25
run: "scripts/install"
26
+ - name: "Run tests"
27
+ run: "scripts/test"
28
29
# - name: "Run linting checks"
30
# run: "scripts/check"
@@ -31,4 +33,4 @@ jobs:
31
33
# - name: "Run tests"
32
34
# run: "scripts/test"
35
# - name: "Enforce coverage"
- # run: "scripts/coverage"
36
+ # run: "scripts/coverage"
requirements.txt
@@ -1 +1,3 @@
1
-e .
2
+
3
+pytest
0 commit comments