Skip to content

Commit b079a8d

Browse files
committed
Remove Windows tests since hazm runs on WSL and WSL tests is same as Linux
1 parent 0f90fa3 commit b079a8d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, macos-latest, windows-latest]
13+
os: [ubuntu-latest, macos-latest]
1414
python-version: ['3.8', '3.9', '3.10']
1515

1616
steps:
@@ -35,7 +35,7 @@ jobs:
3535
- name: Download resources
3636
run: |
3737
python3 -m pip install .
38-
python3 -m perke download
38+
python3 -m perke download ${{ secrets.GITHUB_TOKEN }}
3939
4040
- name: Run tests
4141
run: pytest

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2424
- Revised documentation
2525
- Changed CI from Travis CI to GitHub workflows
2626

27+
### Removed
28+
- Removed Windows tests since hazm runs on WSL and WSL tests is same as Linux
29+
2730
### Fixed
2831
- Removed type hints from docstrings
2932
- Added `MANIFEST.in` to include extras requirements in source builds

0 commit comments

Comments
 (0)