Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
weclaw1 committed Jun 7, 2024
1 parent e477695 commit 3a30498
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ jobs:
key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
run: |
source $HOME/.poetry/env
poetry install
- name: Test
run: |
source $HOME/.poetry/env
poetry run test
- name: Build
run: |
source $HOME/.poetry/env
poetry run pyinstaller --onefile --windowed --hidden-import='PIL._tkinter_finder' inbac/inbac.py
- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand All @@ -52,15 +49,12 @@ jobs:
poetry config virtualenvs.in-project true
- name: Install dependencies
run: |
$env:Path += ";$env:Userprofile\.poetry\bin"
poetry install
- name: Test
run: |
$env:Path += ";$env:Userprofile\.poetry\bin"
poetry run test
- name: Build
run: |
$env:Path += ";$env:Userprofile\.poetry\bin"
poetry run pyinstaller --onefile --windowed --hidden-import='PIL._tkinter_finder' inbac\inbac.py
- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand All @@ -87,15 +81,12 @@ jobs:
key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
run: |
source $HOME/.poetry/env
poetry install
- name: Test
run: |
source $HOME/.poetry/env
poetry run test
- name: Build
run: |
source $HOME/.poetry/env
poetry run pyinstaller --onefile --windowed --hidden-import='PIL._tkinter_finder' inbac/inbac.py
- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3a30498

Please sign in to comment.