Skip to content

Commit

Permalink
Downgrade Django version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmindset committed May 7, 2024
1 parent f30cfd0 commit ab776ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/insolver-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install libomp for lightgbm (macOS)
if: matrix.os == 'macos-latest'
run: brew install libomp
- name: Install dependencies
shell: bash
run: |
Expand Down

0 comments on commit ab776ed

Please sign in to comment.