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 eb19fcf commit 56c4d33Copy full SHA for 56c4d33
.github/workflows/python-package.yml
@@ -38,10 +38,10 @@ jobs:
38
steps:
39
- uses: actions/checkout@v2
40
- name: Test with pytest
41
- uses: lhotari/action-upterm@v1
+ - uses: lhotari/action-upterm@v1
42
with:
43
limit-access-to-actor: true
44
- uses: addnab/docker-run-action@v3
+ - uses: addnab/docker-run-action@v3
45
46
image: fluxrm/flux-core:focal
47
options: -v ${{ github.workspace }}:/workspace -u root
0 commit comments