Skip to content

Commit a995136

Browse files
committed
install python dep
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 59d24bf commit a995136

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/unit-tests-recipes.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,20 @@ jobs:
110110
steps:
111111
- name: Setup proxy cache
112112
uses: nv-gha-runners/setup-proxy-cache@main
113+
113114
- name: Checkout repository
114115
uses: actions/checkout@v4
115116

117+
- name: Setup python
118+
uses: actions/setup-python@v5
119+
with:
120+
python-version: "3.12"
121+
122+
- name: Install ci script dependencies
123+
run: |
124+
python -m pip install --upgrade pip
125+
pip install platformdirs
126+
116127
- name: Run tests
117128
env:
118129
DIRS_JSON: ${{ needs.changed-dirs.outputs.dirs }}

0 commit comments

Comments
 (0)