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 fb8406a commit f073303Copy full SHA for f073303
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v3
32
with:
33
fetch-depth: 0
34
- recursive: True
+ submodules: true
35
- uses: actions/setup-python@v3
36
- name: Install cibuildwheel
37
run: python -m pip install cibuildwheel==2.15.0
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/checkout@v3
50
51
52
53
- name: Export Repo URL
54
run: echo "REPO_URL=https://github.com/${{ github.repository }}" >> $GITHUB_ENV
55
- name: Export Branch Name
0 commit comments