Skip to content

Commit

Permalink
Pin Catch2 to version 2.x (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
CCInc authored Jun 3, 2022
1 parent e79c671 commit 981a5b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
conda install -c conda-forge "laz-perf>=3.0" Catch2 pybind11 ninja --yes
conda install -c conda-forge "laz-perf>=3.0" Catch2=2.13 pybind11 ninja --yes
python -m pip install --upgrade pip
pip install pytest wheel
shell:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ pip install copclib
copc-lib has the following dependencies:

- laz-perf>=[3.0.0](https://github.com/hobu/laz-perf/releases/tag/3.0.0)
- Catch2 (test suite only)
- Catch2 v2.x (test suite only)
- Pybind11 (python bindings only)

To install all dependencies:
```bash
conda install -c conda-forge "laz-perf>=3.0" Catch2 pybind11
conda install -c conda-forge "laz-perf>=3.0" Catch2=2.13 pybind11
```

#### C++
Expand Down

0 comments on commit 981a5b7

Please sign in to comment.