Skip to content

Commit

Permalink
Split steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Nov 4, 2023
1 parent c8fdef6 commit c79b086
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/rank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ jobs:
path: tmp/rc-cache
key: rc-cache

- name: Install dependencies
run: |
python3 -m pip install wheel
python setup.py bdist_wheel
python3 -m pip install -r requirements.txt
python3 -m pip install dist/rankingbot-*.whl
- run: python3 -m pip install wheel
- run: python setup.py bdist_wheel
- run: python3 -m pip install -r requirements.txt
- run: python3 -m pip install dist/rankingbot-*.whl

- name: Update
run: python -m rankingbot
Expand Down

0 comments on commit c79b086

Please sign in to comment.