Skip to content

Commit

Permalink
test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubh committed Dec 21, 2024
1 parent 42cb342 commit 6c9d117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: "Install swig and cmake"
run: sudo apt-get update && sudo apt-get install build-essential swig libgtk2.0 cmake -y
run: sudo apt-get update && sudo apt-get install build-essential swig cmake -y
- name: "Install python packages"
run: sudo apt-get install python3-setuptools python3-tk python3.11-venv
- name: "Create virtual Environment"
Expand Down

0 comments on commit 6c9d117

Please sign in to comment.