Skip to content

Commit

Permalink
Revert "More robust pyinstaller test"
Browse files Browse the repository at this point in the history
This reverts commit 1605e0b.
  • Loading branch information
Yomguithereal committed Dec 19, 2020
1 parent 1605e0b commit 0d205c0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,5 @@ jobs:
- name: Testing pyinstaller build
if: ${{ matrix.pyinstaller }}
run: |
make pyinstaller &&
./dist/minet/minet --version &&
./dist/minet/minet fetch 'https://github.com/medialab/minet' | \
./dist/minet/minet scrape ./ftest/scrapers/title.yml | \
grep 'A webmining CLI tool'
make pyinstaller
./dist/minet/minet --version

0 comments on commit 0d205c0

Please sign in to comment.