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 74cd266 commit fe764f8Copy full SHA for fe764f8
.github/workflows/python-app.yml
@@ -25,6 +25,8 @@ jobs:
25
runs-on: self-hosted
26
27
steps:
28
+ - uses: actions/checkout@v3
29
+
30
- name: Activate environment
31
id: activate_env
32
run: |
0 commit comments