Remove token requirement from distro CI tests
Signed-off-by: colramos <cole.ramos@amd.com>
[ROCm/rocprofiler-compute commit: 8a1db9fcbb]
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
token: ${{ secrets.GH_PAT }}
|
#token: ${{ secrets.GH_PAT }}
|
||||||
- name: Install Python prereqs
|
- name: Install Python prereqs
|
||||||
run: |
|
run: |
|
||||||
python3.9 -m pip install -r requirements.txt
|
python3.9 -m pip install -r requirements.txt
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
token: ${{ secrets.GH_PAT }}
|
#token: ${{ secrets.GH_PAT }}
|
||||||
- name: Install Python prereqs
|
- name: Install Python prereqs
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user