File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77jobs :
88 test1 :
9- runs-on : ubuntu-24.04
10- container :
11- image : python
9+ runs-on : windows-latest
10+
1211 env :
1312 PIP_ROOT_USER_ACTION : ignore
1413
@@ -17,19 +16,13 @@ jobs:
1716 python : [3.11.6]
1817 steps :
1918 - 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
19+
2720 - name : Change ownership of /github/home
2821 run : chown -R $(whoami) /github/home
2922
3023 - name : Setup Python
31- uses : actions/setup-python@v5
32- # uses: lmvysakh/setup-python@rootuser_warning_fix
24+ uses : actions/setup-python@v6
25+
3326 with :
3427 python-version : ${{ matrix.python }}
3528 cache : ' pip'
You can’t perform that action at this time.
0 commit comments