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 9c0900c commit 8f93d34Copy full SHA for 8f93d34
.github/workflows/unit-tests.yml
@@ -27,25 +27,20 @@ jobs:
27
28
steps:
29
- uses: actions/checkout@v4
30
- - name: Set up Python 3.12
+ - name: Set up Python 3.8
31
uses: actions/setup-python@v4
32
with:
33
- python-version: "3.12"
+ python-version: "3.8"
34
- name: Install dependencies
35
run: |
36
- python -m venv .venv
37
- source .venv/bin/activate
38
make requirements
39
- name: Build packages
40
41
42
make package
43
- name: Run tests
44
45
46
pip install -e .
47
make coverage
48
- name: Check docs
49
50
51
make docs
MANIFEST.IN
0 commit comments