Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostofGoes committed Aug 23, 2024
1 parent e08edaf commit 496de62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup PDM
uses: actions/setup-pdm@v4
uses: pdm-project/setup-pdm@v4
with:
python-version: "3.11"
cache: true
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup PDM
uses: actions/setup-pdm@v4
uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
# steps:
# - uses: actions/checkout@v4
# - name: Setup PDM
# uses: actions/setup-pdm@v4
# uses: pdm-project/setup-pdm@v4
# with:
# python-version: "3.11"
# - name: Publish package distributions to PyPI
Expand Down

0 comments on commit 496de62

Please sign in to comment.