Skip to content

Commit

Permalink
test-fix(windows actions): add back editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
sqr00t committed Sep 28, 2023
1 parent ab33aad commit 9475d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
python -m spacy download en_core_web_sm
pip install -e .
- name: (windows) Test with pytest
if: runner.os == 'windows'
shell: bash
Expand Down

0 comments on commit 9475d9e

Please sign in to comment.