Skip to content

Commit

Permalink
Update .github/workflows/ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanChristopheMorinPerso authored Nov 4, 2023
1 parent 00715ed commit 0362de2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Check LongPathsEnabled
if: ${{ matrix.os }} == "windows-latest"
if: ${{ matrix.os == "windows-latest }}
run: |
(Get-ItemProperty "HKLM:System\CurrentControlSet\Control\FileSystem").LongPathsEnabled
shell: pwsh

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 0362de2

Please sign in to comment.