Skip to content

Commit

Permalink
fix: fix small typo in ATS docs (#3478)
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltomin authored Dec 13, 2024
1 parent f46fb7a commit da4cd7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
DOCKER_CERTS_DIR: "/etc/pki/ca-trust/source/anchors"
DOCKER_CERTS_UPDATE_COMMAND: "update-ca-trust"

- name: Pangea 3 (AlmaLinux 8.8, gcc 9.4.0, open-mpi 4.1.2, cuda 11.5.0, openblas 0.3.10)
- name: Pangea 3 CUDA (AlmaLinux 8.8, gcc 9.4.0, open-mpi 4.1.2, cuda 11.5.0, openblas 0.3.10)
BUILD_AND_TEST_CLI_ARGS: "--build-exe-only --no-install-schema"
CMAKE_BUILD_TYPE: Release
BUILD_GENERATOR: "--makefile"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ After building GEOS, the integrated tests can be triggered in the GEOS build dir


.. note::
The `make_ats_environment` and `ats_run` steps may require internet access to collect python packages and baseline files.
The `make ats_environment` and `make ats_run` steps may require internet access to collect python packages and baseline files.


.. note::
Expand Down

0 comments on commit da4cd7f

Please sign in to comment.