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 e31bb79 commit 62e7784Copy full SHA for 62e7784
.github/workflows/test.yml
@@ -7,29 +7,12 @@ on:
7
branches: [ main, master ]
8
9
jobs:
10
- build-windows:
11
- runs-on: windows-latest
12
- steps:
13
- - uses: actions/checkout@v4
14
- - name: Set up Python 3.11
15
- uses: actions/setup-python@v5
16
- with:
17
- python-version: 3.11
18
- - name: Install dependencies
19
- run: |
20
- python -m pip install --upgrade pip
21
- pip install -r requirements-dev.txt
22
- pip install -e .
23
- - name: Testing
24
25
- python -m pytest tests
26
-
27
build-linux:
28
runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@v4
31
- name: Set up Python 3.11
32
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
33
with:
34
python-version: 3.11
35
- name: Install dependencies
0 commit comments