Remove token requirement from distro CI tests

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


[ROCm/rocprofiler-compute commit: 8a1db9fcbb]
Αυτή η υποβολή περιλαμβάνεται σε:
colramos
2023-04-20 13:22:10 -05:00
γονέας c5c05e581f
υποβολή c70e13d3a3
2 αρχεία άλλαξαν με 2 προσθήκες και 2 διαγραφές
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.GH_PAT }}
#token: ${{ secrets.GH_PAT }}
- name: Install Python prereqs
run: |
python3.9 -m pip install -r requirements.txt
@@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.GH_PAT }}
#token: ${{ secrets.GH_PAT }}
- name: Install Python prereqs
run: |
python3 -m pip install -r requirements.txt