Unverified Commit c7216a94 authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Fix failing CI builds (#4779)

parent 9e82c890
...@@ -148,16 +148,6 @@ jobs: ...@@ -148,16 +148,6 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \ -DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \ -DOPENMM_BUILD_OPENCL_TESTS=OFF \
- name: Linux CPU Pypy
python-version: "pypy"
os: ubuntu-latest
env: ubuntu-pypy
OPENCL: false
cuda-version: ""
CMAKE_FLAGS: |
-DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
- name: MacOS Intel Python 3.13 - name: MacOS Intel Python 3.13
python-version: "3.13" python-version: "3.13"
os: macos-13 os: macos-13
...@@ -184,17 +174,6 @@ jobs: ...@@ -184,17 +174,6 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3 - uses: conda-incubator/setup-miniconda@v3
name: "Prepare base dependencies" name: "Prepare base dependencies"
if: matrix.python-version == 'pypy'
with:
activate-environment: build
environment-file: devtools/ci/gh-actions/conda-envs/build-${{ matrix.env }}.yml
auto-activate-base: false
miniforge-variant: Miniforge-pypy3
use-mamba: true
- uses: conda-incubator/setup-miniconda@v3
name: "Prepare base dependencies"
if: matrix.python-version != 'pypy'
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
activate-environment: build activate-environment: build
...@@ -655,7 +634,7 @@ jobs: ...@@ -655,7 +634,7 @@ jobs:
shell: bash -l {0} shell: bash -l {0}
env: env:
# Pipe-seperated list of domains to skip # Pipe-seperated list of domains to skip
SKIP_DOMAIN: support.amd.com|www.pnas.org|doi.org SKIP_DOMAIN: support.amd.com|www.pnas.org|doi.org|commonfund.nih.gov
run: | run: |
set +e set +e
# Linkinator accepts regex for its --skip argument, so we # Linkinator accepts regex for its --skip argument, so we
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment