Skip to content

Commit

Permalink
Added missing install of requirements.txt in windows workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
timohl committed Aug 16, 2024
1 parent 9df7eb9 commit 9c6f475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ jobs:
$ErrorActionPreference = 'Stop'
python -m pip install -U pip==${{ env.PIP_VER }}
python -m pip install -U -r python/requirements_build.txt
python -m pip install -U -r python/requirements.txt
python -m pip install -U jedi==${{ env.JEDI_VER }} idna==${{ env.IDNA_VER }}
- name: Install Python package
working-directory: ${{ env.BUILD_DIR }}
Expand Down

0 comments on commit 9c6f475

Please sign in to comment.