Skip to content

Commit

Permalink
Stop check latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 9, 2024
1 parent 1487b66 commit 1e6fd40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.pyversion }}
architecture: x64
check-latest: false
- name: Install deps
run: pip install numpy pandas seaborn xgboost=='1.6.1' scikit-learn toml
- run: |
Expand Down

0 comments on commit 1e6fd40

Please sign in to comment.