Remove test on temp dev branch

Signed-off-by: colramos425 <colramos@amd.com>
Αυτή η υποβολή περιλαμβάνεται σε:
colramos425
2023-01-06 13:15:58 -06:00
γονέας 6b1e468716
υποβολή 23377548e7
@@ -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