We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f8d98 commit 0a1993fCopy full SHA for 0a1993f
.github/workflows/nightly.yml
@@ -32,6 +32,7 @@ jobs:
32
needs: build-and-publish-nightly
33
runs-on: ubuntu-latest
34
steps:
35
+ - uses: actions/checkout@v2
36
- name: Set up Python
37
uses: actions/setup-python@v2
38
with:
0 commit comments