Skip to content

Commit

Permalink
Try fixing build by updating requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
gazpachoking committed Mar 26, 2022
1 parent 401eab9 commit 18ab452
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 353 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.9
- uses: Gr1N/setup-poetry@v4
- uses: actions/cache@v2
- uses: Gr1N/setup-poetry@v7
- uses: actions/cache@v3
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
- name: Install dependencies
run: poetry install
- name: Build with Pyinstaller
Expand Down
Loading

0 comments on commit 18ab452

Please sign in to comment.