Fixing my CI mistake Karl inherited when branching

Signed-off-by: coleramos425 <colramos@amd.com>
This commit is contained in:
coleramos425
2023-05-02 16:25:32 -05:00
bovenliggende 86f8f4a701
commit c0ea032cf6
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
+1 -1
Bestand weergeven
@@ -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
Bestand weergeven
@@ -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