Skip to content

Commit

Permalink
ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed May 15, 2024
1 parent 8282af5 commit fac56f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@ on:
jobs:
build-linux:
runs-on: iris-gpu
container: catthehacker/ubuntu:act-latest
container:
image: nvidia/cuda:11.6.2-devel-ubi8
env:
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}

defaults:
run:
shell: bash -l {0}

steps:
- name: Checkout repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: "main"
fetch-depth: 0
Expand Down

0 comments on commit fac56f8

Please sign in to comment.