Skip to content

Commit

Permalink
test-fix(windows actions): remove editable mode install
Browse files Browse the repository at this point in the history
  • Loading branch information
sqr00t committed Sep 28, 2023
1 parent 03a08c6 commit ab33aad
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,10 @@ jobs:
- name: (windows) Install dependencies
if: runner.os == 'windows'
shell: bash
env:
PYTHONIOENCODING: utf-8
PYTHONUTF8: 1
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements_dev.txt
python3 -m spacy download en_core_web_sm
python3 -m pip install -e ."[test]"
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
python -m spacy download en_core_web_sm
- name: (windows) Test with pytest
if: runner.os == 'windows'
shell: bash
Expand Down

0 comments on commit ab33aad

Please sign in to comment.