Skip to content

Commit

Permalink
Update commit_bundler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores authored Feb 11, 2024
1 parent 47e69ba commit 7ef4d61
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/commit_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,25 +293,19 @@ jobs:
run: |
source .venv/bin/activate
pip install pyinstaller==6.4.0
deactivate
- name: show ofscraper
run: |
source .venv/bin/activate
pip show -f ofscraper
pip uninstall ofscraper
deactivate
deactivate
- name: test ofscraper
run: |
export PATH=$PATH:/usr/local/bin
ofscraper -h
/Users/runner/work/OF-Scraper/OF-Scraper/.venv/bin/ofscraper -h
- name: create-one-file
id: create-one-file
run: |
rm -rf dist
rm -rf build
source .venv/bin/activate
export PATH=$PATH:/usr/local/bin
pyinstaller /Users/runner/work/OF-Scraper/OF-Scraper/ofscraper/__main__.py --collect-submodules ofscraper --onefile --name "ofscraper_macos_${{ steps.commit.outputs.short}}"
pyinstaller /Users/runner/work/OF-Scraper/OF-Scraper/ofscraper/__main__.py --collect-submodules /Users/runner/work/OF-Scraper/OF-Scraper/.venv/bin/ofscraper --onefile --name "ofscraper_macos_${{ steps.commit.outputs.short}}"
deactivate
continue-on-error: true
- name: create-one-file2
Expand Down

0 comments on commit 7ef4d61

Please sign in to comment.