Skip to content

Commit

Permalink
Update pymoose.yml
Browse files Browse the repository at this point in the history
removal of python-tk
  • Loading branch information
hrani committed Feb 19, 2024
1 parent 2845875 commit eaf943b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pymoose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo -E apt clean
sudo -E apt update
sudo -E apt install -y cmake libgsl-dev g++ gcc git
sudo -E apt install python3-tk python-tk
sudo -E apt install python3-tk
sudo -E apt install -y libhdf5-dev doxygen
python -m pip install numpy matplotlib vpython --user
- name: Build
Expand Down

0 comments on commit eaf943b

Please sign in to comment.