Skip to content

Commit

Permalink
missed a import in pixelarch
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Nov 15, 2024
1 parent b53172b commit bd6cfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_Midori_AI_PixelArch_CLI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
cd /tmp/workfolder
python3 -m venv os
os/bin/pip install pyinstaller tor-proxy
os/bin/pip install pyinstaller tor-proxy pytz
os/bin/pip install -r requirements.txt
- name: Download the Uploader
Expand Down

0 comments on commit bd6cfcf

Please sign in to comment.