Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI Test
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
- nightly
- 'releases/*'

Expand All @@ -27,7 +27,7 @@ jobs:
- name: Setup dependencies
run: |
python -m pip install --upgrade pip
python install pytest
pip install pytest
python setup.py install

- name: Run Tests
Expand Down
Loading