Skip to content

Commit

Permalink
[002_private_public_attributes], issue #2, Modified action workflow t…
Browse files Browse the repository at this point in the history
…o manage externally-managed-environment issue
  • Loading branch information
lelaus committed Oct 11, 2024
1 parent 95e4c6e commit 759f6b4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install python3-tk
- run: pip install sv-ttk
- run: pip install pandas
- run: pip install matplotlib
- run: pip install typing-extensions
- run: sudo apt install pipx
- run: pipx install sv-ttk
- run: pipx install pandas
- run: pipx install matplotlib
- run: pipx install typing-extensions
- run: python3 -m unittest tests/test_gui_window_basic.py -v

test_documentation:
Expand Down

0 comments on commit 759f6b4

Please sign in to comment.