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 c5ed7c4 commit aedaa49Copy full SHA for aedaa49
.github/workflows/ci.yml
@@ -83,14 +83,16 @@ jobs:
83
runs-on: ubuntu-latest
84
steps:
85
- uses: actions/checkout@v2
86
+ with:
87
+ submodules: recursive
88
- name: Set up Python
89
uses: actions/setup-python@v2
90
with:
91
python-version: "3.x"
92
- name: Install dependencies
93
run: |
94
python -m pip install --upgrade pip
- pip install setuptools wheel twine
95
+ pip install --upgrade setuptools wheel twine
96
- name: Download artifacts from build jobs
97
uses: actions/download-artifact@v2
98
0 commit comments