Skip to content

Commit

Permalink
Nuitka asked me to install imageio. Workflow now installs imageio.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shararamosh committed Oct 25, 2024
1 parent ea9583c commit d71540c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_executable_nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: "3.11"
- name: Install requirements
run: pip install pillow tqdm i18nice[YAML] pyinstaller
run: pip install pillow tqdm i18nice[YAML] imageio
- name: Run Nuitka for Pillow_PNG_TGA_Editor
uses: Nuitka/Nuitka-Action@main
with:
Expand Down

0 comments on commit d71540c

Please sign in to comment.