We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3824a commit 612dd11Copy full SHA for 612dd11
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on:
5
- cron: '0 8 * * *' # run at 8 AM UTC (12 am PST)
6
push:
7
branches:
8
- - master
+ - main
9
- develop
10
- 'release*'
11
pull_request:
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Base installation
41
run: |
42
- pip install .
+ pip install . --use-feature=in-tree-build
43
44
- name: Print version
45
0 commit comments