Tracking ci.yml changes from master.

This commit is contained in:
Ralf W. Grosse-Kunstleve 2023-06-10 10:17:29 -07:00
parent 7f4ea30240
commit 99115ef50f
2 changed files with 5 additions and 5 deletions

View File

@ -196,7 +196,9 @@ jobs:
# This makes sure the setup_helpers module can build packages using # This makes sure the setup_helpers module can build packages using
# setuptools # setuptools
- name: Setuptools helpers test - name: Setuptools helpers test
run: pytest tests/extra_setuptools run: |
pip install setuptools
pytest tests/extra_setuptools
if: "!(matrix.runs-on == 'windows-2022')" if: "!(matrix.runs-on == 'windows-2022')"
@ -258,8 +260,6 @@ jobs:
python -m pip install -r tests/requirements.txt python -m pip install -r tests/requirements.txt
- name: Configure - name: Configure
env:
SETUPTOOLS_USE_DISTUTILS: stdlib
run: > run: >
cmake -S . -B build cmake -S . -B build
-DCMAKE_BUILD_TYPE=Debug -DCMAKE_BUILD_TYPE=Debug

View File

@ -1,5 +1,5 @@
--- ci.yml 2023-06-07 13:50:35.616653643 -0700 --- ci.yml 2023-06-10 10:16:11.979371205 -0700
+++ ci_sh_def.yml 2023-06-07 13:51:11.544607985 -0700 +++ ci_sh_def.yml 2023-06-10 10:17:19.667308150 -0700
@@ -1,4 +1,16 @@ @@ -1,4 +1,16 @@
-name: CI -name: CI
+# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES: +# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES: