Skip to content

Commit

Permalink
Initial release v 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs authored May 11, 2021
1 parent 9c3824a commit 612dd11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 8 * * *' # run at 8 AM UTC (12 am PST)
push:
branches:
- master
- main
- develop
- 'release*'
pull_request:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Base installation
run: |
pip install .
pip install . --use-feature=in-tree-build
- name: Print version
run: |
Expand Down

0 comments on commit 612dd11

Please sign in to comment.