Skip to content

Commit

Permalink
use eatmydata in pr_lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Azulinho committed Jan 3, 2023
1 parent 6aa2e9f commit 6b4ff12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pr_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ jobs:
- name: install ta-lib
run: |
cd /tmp \
&& wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz \
&& tar xf ta-lib-0.4.0-src.tar.gz \
&& eatmydata wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz \
&& eatmydata tar xf ta-lib-0.4.0-src.tar.gz \
&& cd ta-lib \
&& ./configure --prefix=/usr \
&& make \
&& sudo make install
&& eatmydata ./configure --prefix=/usr \
&& eatmydata make \
&& sudo eatmydata make install
- name: run setup
run: ./run setup
run: eatmydata ./run setup

- name: run cryptobot tests
run: ./run tests
run: eatmydata ./run tests

0 comments on commit 6b4ff12

Please sign in to comment.