mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
Removed setting alternative
This commit is contained in:
parent
eee481176d
commit
a5b20f7a34
8
.github/workflows/test-cygwin.yml
vendored
8
.github/workflows/test-cygwin.yml
vendored
|
@ -53,14 +53,6 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-cygwin-pip3.${{ matrix.python-minor-version }}-
|
${{ runner.os }}-cygwin-pip3.${{ matrix.python-minor-version }}-
|
||||||
|
|
||||||
- name: Ensure correct Python minor version is used in scripts
|
|
||||||
shell: bash.exe -eo pipefail -o igncr "{0}"
|
|
||||||
run: |
|
|
||||||
/usr/sbin/alternatives --set python3 /usr/bin/python3.${{ matrix.python-minor-version }}
|
|
||||||
/usr/sbin/alternatives --display python3
|
|
||||||
/usr/sbin/alternatives --set python /usr/bin/python3.${{ matrix.python-minor-version }}
|
|
||||||
/usr/sbin/alternatives --display python
|
|
||||||
|
|
||||||
- name: Build system information
|
- name: Build system information
|
||||||
run: |
|
run: |
|
||||||
dash.exe -c "python3 .github/workflows/system-info.py"
|
dash.exe -c "python3 .github/workflows/system-info.py"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user