Restore CI functionality

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


[ROCm/rocprofiler-compute commit: 0305767b77]
このコミットが含まれているのは:
coleramos425
2023-05-02 15:06:11 -05:00
コミット bb90049356
2個のファイルの変更2行の追加2行の削除
+1 -1
ファイルの表示
@@ -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
+1 -1
ファイルの表示
@@ -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