Skip to content

Commit 96b4431

Browse files
committed
Disabled tests_win (for now)
1 parent 95f41e5 commit 96b4431

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

.github/workflows/main.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
python-version: [3.9, 3.10, 3.11, latest]
39+
python-version: [3.11]
4040
node-version: [latest]
4141
os: [ubuntu-latest]
4242
runs-on: ${{ matrix.os }}
@@ -92,29 +92,29 @@ jobs:
9292
- name: Run tests
9393
run: make test
9494

95-
tests_win:
96-
needs: linter
97-
strategy:
98-
fail-fast: false
99-
matrix:
100-
python-version: [3.11]
101-
node-version: [latest]
102-
os: [windows-latest]
103-
runs-on: ${{ matrix.os }}
104-
steps:
105-
- uses: actions/checkout@v4
106-
- uses: actions/setup-python@v5
107-
with:
108-
python-version: ${{ matrix.python-version }}
109-
- uses: actions/setup-node@v4
110-
with:
111-
node-version: ${{ matrix.node-version }}
112-
cache: npm
113-
- name: Install Node dependencies
114-
run: npm install
115-
- name: Install Pip
116-
run: pip install --user --upgrade pip
117-
- name: Install project
118-
run: pip install -e .[test]
119-
- name: run tests
120-
run: pytest -s -vvvv -l --tb=long tests
95+
# tests_win:
96+
# needs: linter
97+
# strategy:
98+
# fail-fast: false
99+
# matrix:
100+
# python-version: [3.11]
101+
# node-version: [latest]
102+
# os: [windows-latest]
103+
# runs-on: ${{ matrix.os }}
104+
# steps:
105+
# - uses: actions/checkout@v4
106+
# - uses: actions/setup-python@v5
107+
# with:
108+
# python-version: ${{ matrix.python-version }}
109+
# - uses: actions/setup-node@v4
110+
# with:
111+
# node-version: ${{ matrix.node-version }}
112+
# cache: npm
113+
# - name: Install Node dependencies
114+
# run: npm install
115+
# - name: Install Pip
116+
# run: pip install --user --upgrade pip
117+
# - name: Install project
118+
# run: pip install -e .[test]
119+
# - name: run tests
120+
# run: pytest -s -vvvv -l --tb=long tests

0 commit comments

Comments
 (0)