mirror of https://github.com/astral-sh/uv
This commit is contained in:
parent
51e44375b9
commit
d4b1544292
|
|
@ -103,12 +103,7 @@ 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
|
architecture: "x64"
|
||||||
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