Skip to content

Commit

Permalink
Fix pip issue (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat authored Oct 16, 2024
1 parent e8d8845 commit c025f6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Perf_Env_Build_Test_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c025f6c

Please sign in to comment.