We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f1d73 commit 8c6272fCopy full SHA for 8c6272f
1 file changed
.github/workflows/testing-piprootuser.yml
@@ -6,9 +6,8 @@ on:
6
workflow_dispatch:
7
jobs:
8
test1:
9
- runs-on: ubuntu-24.04
10
- container:
11
- image: python
+ runs-on: windows-latest
+
12
env:
13
PIP_ROOT_USER_ACTION: ignore
14
@@ -17,19 +16,13 @@ jobs:
17
16
python: [3.11.6]
18
steps:
19
- uses: actions/checkout@v4
20
- - name: Install lsb-release
21
- run: |
22
- apt-get update
23
- apt-get install -y lsb-release
24
- # - name: Create /etc/lsb-release
25
- # run: |
26
- # echo "DISTRIB_RELEASE=22.04" | tee -a /etc/lsb-release
27
- name: Change ownership of /github/home
28
run: chown -R $(whoami) /github/home
29
30
- name: Setup Python
31
- uses: actions/setup-python@v5
32
- # uses: lmvysakh/setup-python@rootuser_warning_fix
+ uses: actions/setup-python@v6
33
with:
34
python-version: ${{ matrix.python }}
35
cache: 'pip'
0 commit comments