Skip to content

Commit eb19fcf

Browse files
committed
Second try
1 parent 988da9c commit eb19fcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v2
4040
- name: Test with pytest
41-
uses: |
42-
addnab/docker-run-action@v3
43-
lhotari/action-upterm@v1
41+
uses: lhotari/action-upterm@v1
42+
with:
43+
limit-access-to-actor: true
44+
uses: addnab/docker-run-action@v3
4445
with:
4546
image: fluxrm/flux-core:focal
4647
options: -v ${{ github.workspace }}:/workspace -u root
47-
limit-access-to-actor: true
4848
run: |
4949
cd /workspace
5050
echo "Running in ${PWD}"

0 commit comments

Comments
 (0)