Skip to content

Commit

Permalink
remove CI dust
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jan 28, 2025
1 parent 2643566 commit 952954c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
with:
detached: true
timeout-minutes: 60
- name: Install libopenblas-dev
if: matrix.python-version == '3.13.0-rc1'
run: sudo apt-get install libopenblas-dev
# - name: Install libopenblas-dev
# if: matrix.python-version == '3.13'
# run: sudo apt-get install libopenblas-dev
- name: Install Release Dependencies
run: |
sudo apt-get install libopenblas-dev
Expand Down

0 comments on commit 952954c

Please sign in to comment.