Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbader committed Nov 2, 2024
1 parent b70594a commit cc66d1e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements/dev-all.txt
- name: "4. Attach cache for pip"
- name: "4. Install libomp (for LightGBM)"
run: |
./.github/scripts/libomp-${{ runner.os }}.sh
- name: "5. Attach cache for pip"
uses: actions/cache@v4
id: cache
with:
path: ~/.cache/pip
key: tests-${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements-latest.txt') }}

- name: "5. Run tests"
- name: "6. Run tests"
run: |
pytest .

0 comments on commit cc66d1e

Please sign in to comment.