Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
c7216a94
Unverified
Commit
c7216a94
authored
Jan 21, 2025
by
Peter Eastman
Committed by
GitHub
Jan 21, 2025
Browse files
Fix failing CI builds (#4779)
parent
9e82c890
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
22 deletions
+1
-22
.github/workflows/CI.yml
.github/workflows/CI.yml
+1
-22
No files found.
.github/workflows/CI.yml
View file @
c7216a94
...
...
@@ -148,16 +148,6 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=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
python-version
:
"
3.13"
os
:
macos-13
...
...
@@ -184,17 +174,6 @@ jobs:
-
uses
:
conda-incubator/setup-miniconda@v3
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
:
python-version
:
${{ matrix.python-version }}
activate-environment
:
build
...
...
@@ -655,7 +634,7 @@ jobs:
shell
:
bash -l {0}
env
:
# 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
:
|
set +e
# Linkinator accepts regex for its --skip argument, so we
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment