Skip to content

Commit

Permalink
Ensure pip is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne authored Feb 13, 2024
1 parent 27b5521 commit 1e7ff99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: ./.github/actions/linux_install
- name: Install python dependencies
run: |
pip3 install --upgrade pip
pip3 install .
pip3 freeze > version_specific_results/pypi_performance_3${{ matrix.python-minor-version }}_${{needs.Check_Pyccel_Version.outputs.new_version }}_requirements.txt
- name: Generate pyccel configs
Expand Down

0 comments on commit 1e7ff99

Please sign in to comment.