Skip to content

Commit 0462e8e

Browse files
authored
Merge pull request #1 from davidteather/V0.0.1
Update readme
2 parents 92286a1 + 7dfd807 commit 0462e8e

File tree

4 files changed

+10
-282
lines changed

4 files changed

+10
-282
lines changed

.github/workflows/package-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI Test
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99
- nightly
1010
- 'releases/*'
1111

@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python install pytest
30+
pip install pytest
3131
python setup.py install
3232
3333
- name: Run Tests

0 commit comments

Comments
 (0)