2
0

Remove test on temp dev branch

Signed-off-by: colramos425 <colramos@amd.com>


[ROCm/rocprofiler-compute commit: 23377548e7]
Este cometimento está contido em:
colramos425
2023-01-06 13:15:58 -06:00
ascendente 8f56266646
cometimento 032edb2e10
+2 -5
Ver ficheiro
@@ -5,9 +5,9 @@ name: RHEL 8
# Controls when the workflow will run
on:
push:
branches: [ main, dev, ci-reorg ]
branches: [ main, dev ]
pull_request:
branches: [ main, dev, ci-reorg ]
branches: [ main, dev ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@@ -35,9 +35,6 @@ jobs:
with:
submodules: recursive
token: ${{ secrets.GH_PAT }}
- name: Upgrade Python to 3.9
run: |
- name: Install Python prereqs
run: |
python3.9 -m pip install -r requirements.txt