2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 16:52:15 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Stefan Seefeld
3e4c518f4d Don't upgrade pip. 2025-10-25 15:49:37 -04:00
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ jobs:
python3-sphinx \ python3-sphinx \
xsltproc \ xsltproc \
docbook-xsl docbook-xsl
sudo python3 -m pip install --upgrade pip #sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install faber sudo python3 -m pip install faber
- name: build - name: build
run: | run: |

View File

@@ -8,7 +8,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ['3.7', '3.8', '3.9', '3.10'] python-version: [3.7]
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
@@ -42,8 +42,8 @@ jobs:
- name: build - name: build
shell: cmd shell: cmd
run: | run: |
faber --builddir=build cxx.name=msvc --log=config --log=commands --log=output --with-boost-include=${{ runner.workspace }}\vcpkg\installed\x64-windows\include -j4 faber --builddir=build cxx.name=msvc --log=commands --log=output --with-boost-include=${{ runner.workspace }}\vcpkg\installed\x64-windows\include -j4
- name: test - name: test
shell: cmd shell: cmd
run: | run: |
faber --builddir=build cxx.name=msvc --log=commands --log=output --with-boost-include=${{ runner.workspace }}\vcpkg\installed\x64-windows\include -j4 test.report faber --builddir=build cxx.name=msvc --with-boost-include=${{ runner.workspace }}\vcpkg\installed\x64-windows\include -j4 test.report