We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f2afc commit 18dd4cbCopy full SHA for 18dd4cb
1 file changed
.github/workflows/testing-piprootuser.yml
@@ -17,15 +17,15 @@ jobs:
17
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
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
+ # - name: Install lsb-release
+ # run: |
+ # apt-get update
+ # apt-get install -y lsb-release
+ # - name: Create /etc/lsb-release
+ # echo "DISTRIB_RELEASE=22.04" | tee -a /etc/lsb-release
+ # - name: Change ownership of /github/home
+ # run: chown -R $(whoami) /github/home
29
30
- name: Setup Python
31
uses: actions/setup-python@v5
0 commit comments