Skip to content

Commit

Permalink
Update test_cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bebra777228 authored Aug 2, 2024
1 parent f4a29e7 commit 097a90f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
test:
runs-on: ubuntu-latest

container:
image: nvidia/cuda:11.0-base
options: --gpus 1

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -28,8 +32,8 @@ jobs:
- name: Install ffmpeg
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg
apt-get update
apt-get install -y ffmpeg
- name: Install assets
run: |
Expand Down

0 comments on commit 097a90f

Please sign in to comment.