Skip to content

Commit

Permalink
pin xgboost
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdavis committed Sep 13, 2024
1 parent 36911d2 commit 8f92254
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ jobs:
python -m pip install -U pip
pip install -r prereq.txt
pip install pytest-timeout
if [[ $(uname) == 'Darwin' ]]; then
pip install xgboost==1.7.6
fi
pip install xgboost==1.7.6
- name: Set environment variables for MNIST
run: echo "MNIST_DATA_DIR=${{ github.workspace }}/mnist_data" >> $GITHUB_ENV
- name: Dump GitHub Action environment
Expand Down

0 comments on commit 8f92254

Please sign in to comment.