Skip to content

Commit

Permalink
test-fix(windows actions): change env setting syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sqr00t committed Sep 28, 2023
1 parent 3d9d671 commit f87d175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
python -m spacy download en_core_web_sm
SETX PYTHONIOENCODING=utf-8
set PYTHONIOENCODING=utf-8
pip install -e ."[test]"
- name: (windows) Test with pytest
if: runner.os == 'windows'
Expand Down

0 comments on commit f87d175

Please sign in to comment.