Skip to content

Commit

Permalink
[AMD] Removed dependency install which are no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAUT committed Nov 27, 2024
1 parent 93cc152 commit fa22c32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,14 +400,6 @@ jobs:
run: |
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
- name: Install pip dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install lit
- name: Install apt dependencies
run: |
apt update
apt install ccache
- name: Install Triton
id: amd-install-triton
run: |
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/integration-tests.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -393,16 +393,6 @@ jobs:
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++

- name: Install pip dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install lit

- name: Install apt dependencies
run: |
apt update
apt install ccache

- name: Install Triton
id: amd-install-triton
run: |
Expand Down

0 comments on commit fa22c32

Please sign in to comment.