Skip to content

Commit

Permalink
add --code_coverage flag to python install.py command
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Nov 11, 2023
1 parent fb584ae commit c54ed5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Building Cyclus
run: |
mkdir -p `python -m site --user-site`
python install.py -j 2 --build-type=Release --core-version 999999.999999 --allow-milps
python install.py -j 2 --build-type=Release --core-version 999999.999999 --allow-milps --code_coverage
echo "PATH=${HOME}/.local/bin:$PATH" >> "$GITHUB_ENV"
echo "LD_LIBRARY_PATH=${HOME}/.local/lib:${HOME}/.local/lib/cyclus:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
Expand Down

0 comments on commit c54ed5c

Please sign in to comment.