Skip to content

Commit 612dd11

Browse files
authored
Initial release v 0.0.1
1 parent 9c3824a commit 612dd11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '0 8 * * *' # run at 8 AM UTC (12 am PST)
66
push:
77
branches:
8-
- master
8+
- main
99
- develop
1010
- 'release*'
1111
pull_request:
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Base installation
4141
run: |
42-
pip install .
42+
pip install . --use-feature=in-tree-build
4343
4444
- name: Print version
4545
run: |

0 commit comments

Comments
 (0)