Skip to content

Commit

Permalink
fix: remove dep installs
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed Sep 16, 2024
1 parent 547ce38 commit 2a0a245
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
name: Clippy
steps:
- uses: actions/checkout@v4
- name: Install required packages
run: sudo apt install --no-install-recommends --yes libhwloc-dev nvidia-cuda-toolkit ocl-icd-opencl-dev
# - name: Install required packages
# run: sudo apt install --no-install-recommends --yes libhwloc-dev nvidia-cuda-toolkit ocl-icd-opencl-dev
- name: Run cargo clippy
run: cargo clippy --all-targets --workspace -- -D warnings

Expand All @@ -47,8 +47,8 @@ jobs:
name: Test
steps:
- uses: actions/checkout@v4
- name: Install required packages
run: sudo apt install --no-install-recommends --yes libhwloc-dev nvidia-cuda-toolkit ocl-icd-opencl-dev
# - name: Install required packages
# run: sudo apt install --no-install-recommends --yes libhwloc-dev nvidia-cuda-toolkit ocl-icd-opencl-dev
# In case no GPUs are available, it's using the CPU fallback.
- name: Test
run: cargo test --verbose
Expand Down

0 comments on commit 2a0a245

Please sign in to comment.