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 38a752c commit bc627c7Copy full SHA for bc627c7
.github/workflows/pythonapp.yml
@@ -20,7 +20,6 @@ jobs:
20
- '3.10'
21
- '3.11'
22
- '3.12'
23
- - '3.13-dev'
24
runs-on: ubuntu-22.04
25
steps:
26
- uses: actions/checkout@v4
@@ -35,15 +34,18 @@ jobs:
35
34
36
- name: Install apt deps
37
run: sudo apt-get update && sudo apt-get install -qq -y libxml2-dev libxslt1-dev
+
38
- name: Install dependencies
39
run: |
40
pip install -U pip wheel
41
pip install -Ur requirements-dev.txt
42
43
- name: Test with pytest
44
run: pytest
45
env:
46
PYTHONDEVMODE: 1
47
PYTHONPATH: .
48
49
- uses: codecov/codecov-action@v4
50
with:
51
name: build-${{ matrix.python-ver }}
0 commit comments