File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments