Skip to content

Commit

Permalink
Fix doc install on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Nov 1, 2023
1 parent 54cb8bc commit beec6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build ecl
run: |
pip install -r requirements.txt
python3 -m pip install -r requirements.txt
mkdir cmake-build
cmake -S . -B cmake-build -DBUILD_TESTS=ON -DRST_DOC=ON
cmake --build cmake-build
Expand Down

0 comments on commit beec6a8

Please sign in to comment.