Skip to content

Commit

Permalink
Merge branch 'main' into usage-more-usage-more-usage-more
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin authored Mar 7, 2024
2 parents 013a732 + ab7344d commit cf020de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Create cache file
run: echo '${{ matrix.python-version }}' > ./matrix-file.txt

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Set up PDM
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Test with Coverage
run: pdm run pytest tests --cov=app --cov-report=xml

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coverage-xml
path: coverage.xml
Expand All @@ -77,7 +77,7 @@ jobs:
with:
python-version: "3.11"

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Set up PDM
with:
python-version: "3.11"
Expand All @@ -96,7 +96,7 @@ jobs:
run: echo $PR_NUMBER > .pr_number

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs-preview
path: |
Expand All @@ -117,7 +117,7 @@ jobs:
uses: actions/checkout@v4
- name: Install base libraries
run: pip install nodeenv cython setuptools pip --upgrade --quiet --user
- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Set up PDM
with:
python-version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: "3.11"

- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
name: Set up PDM
with:
python-version: "3.11"
Expand Down

0 comments on commit cf020de

Please sign in to comment.