Skip to content

Commit

Permalink
Merge branch 'fix/ci' into 'main'
Browse files Browse the repository at this point in the history
Another try to fix GitHub CI

See merge request ai-lab-pmo/mltools/recsys/RePlay!224
  • Loading branch information
OnlyDeniko committed Sep 13, 2024
2 parents b275126 + 1b21248 commit ebdd273
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@ jobs:
run: |
python -m venv venv
. ./venv/bin/activate
pip install --upgrade pip wheel poetry==1.5.1 poetry-dynamic-versioning lightfm==1.17
poetry cache clear pypi --all
pip install --upgrade pip wheel poetry==1.5.1 poetry-dynamic-versioning
./poetry_wrapper.sh install --only dev
- name: Download coverage reports
uses: actions/download-artifact@v4
Expand Down

0 comments on commit ebdd273

Please sign in to comment.