Skip to content

Commit

Permalink
Remove testing, it isn't possible at this time
Browse files Browse the repository at this point in the history
  • Loading branch information
arc25275 committed May 19, 2024
1 parent 9dec718 commit e7d99db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
- name: Install requirements
run: |
pip install -r requirements.txt
- run: |
pip install pytest pytest-cov
python weather_icons.py
- run:
pytest test_requesting.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
- name: Run PyInstaller
run: |
python -m PyInstaller weather_icons.spec
Expand Down

0 comments on commit e7d99db

Please sign in to comment.