Skip to content

Commit 62e7784

Browse files
committed
windows workflow removed
1 parent e31bb79 commit 62e7784

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,12 @@ on:
77
branches: [ main, master ]
88

99
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-
run: |
25-
python -m pytest tests
26-
2710
build-linux:
2811
runs-on: ubuntu-latest
2912
steps:
3013
- uses: actions/checkout@v4
3114
- name: Set up Python 3.11
32-
uses: actions/setup-python@v3
15+
uses: actions/setup-python@v5
3316
with:
3417
python-version: 3.11
3518
- name: Install dependencies

0 commit comments

Comments
 (0)