mirror of https://github.com/astral-sh/uv
Upterm
This commit is contained in:
parent
6cb29c6a72
commit
51e44375b9
|
|
@ -103,6 +103,12 @@ jobs:
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.12"
|
python-version: "3.12"
|
||||||
|
- name: Setup upterm session
|
||||||
|
uses: lhotari/action-upterm@v1
|
||||||
|
with:
|
||||||
|
## limits ssh access and adds the ssh public keys of the listed GitHub users
|
||||||
|
limit-access-to-users: konstin
|
||||||
|
|
||||||
- name: "Smoke test (unix)"
|
- name: "Smoke test (unix)"
|
||||||
if: ${{ matrix.os != 'windows' }}
|
if: ${{ matrix.os != 'windows' }}
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue