Skip to content

Commit

Permalink
Merge pull request #1 from davidteather/V0.0.1
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
davidteather authored Dec 6, 2020
2 parents 92286a1 + 7dfd807 commit 0462e8e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 282 deletions.
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

0 comments on commit 0462e8e

Please sign in to comment.