Skip to content

Commit

Permalink
Attempt to fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Max <89798523+MaxWasUnavailable@users.noreply.github.com>
  • Loading branch information
MaxWasUnavailable committed May 31, 2023
1 parent d99c4eb commit 92f1a97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
cache-dependency-path: |
**/requirements*.txt
- name: Install Dependencies
run: |
pip install -r requirements.txt
# - name: Install Dependencies
# run: |
# pip install -r requirements.txt

- name: Build Executable
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: cli.py
script-name: saveutils/cli.py
onefile: true

- name: Upload Artifacts
Expand Down

0 comments on commit 92f1a97

Please sign in to comment.