Skip to content

Commit

Permalink
test-fix(windows actions): attempt specifying bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
sqr00t committed Sep 28, 2023
1 parent 964cea0 commit 08ef449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
- name: (windows) Install dependencies
if: runner.os == 'windows'
shell: cmd
shell: bash
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
python -m spacy download en_core_web_sm
pip install -e ."[test]"
- name: (windows) Test with pytest
if: runner.os == 'windows'
shell: cmd
shell: bash
run: |
pytest --verbose

0 comments on commit 08ef449

Please sign in to comment.