Skip to content

Commit

Permalink
delete usuned steps
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrlaczykowski committed Jun 4, 2024
1 parent ebad59f commit ba1d6cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v4
Expand All @@ -27,9 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
pip install --upgrade pyinstaller
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Compile to exe
run: |
pyinstaller update-pc-script.py

0 comments on commit ba1d6cf

Please sign in to comment.