Skip to content

Commit

Permalink
developer.yml: remove --break-system-packages pip arg
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Oct 16, 2024
1 parent b07bafd commit cdcde4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install doxygen python3-numpy gcc-12 gfortran-12 meson
sudo python3 -m pip install --break-system-packages -U gcovr pdoc
sudo python3 -m pip install -U gcovr pdoc
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit cdcde4a

Please sign in to comment.