Skip to content

Commit

Permalink
சின்ன பிழை
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Nov 14, 2024
1 parent 8de99a2 commit 3e1ca06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
cache: true

- run: curl -sSL https://pdm-project.org/install-pdm.py | python3 -
if: ${{ matrix.os !== 'windows-latest' }}
if: ${{ matrix.os != 'windows-latest' }}

- run: powershell -ExecutionPolicy ByPass -c "irm https://pdm-project.org/install-pdm.py | py -"
if: ${{ matrix.os=== 'windows-latest' }}
if: ${{ matrix.os == 'windows-latest' }}

- name: நிருவல்
run: cd பை && pdm install
Expand Down

0 comments on commit 3e1ca06

Please sign in to comment.