Skip to content

Commit

Permalink
Merge pull request #179 from os-climate/test-pdm-latest
Browse files Browse the repository at this point in the history
Chore: Test unpinning PDM version
  • Loading branch information
ModeSevenIndustrialSolutions authored Nov 23, 2023
2 parents ab74716 + 4bc5dec commit 606ce9c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 2,805 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v3
with:
version: 2.10.0
version: 2.10.3

- name: Update dependencies
uses: pdm-project/update-deps-action@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v3
with:
version: 2.10.0
version: 2.10.3

- name: "Setup Python 3.10"
uses: actions/[email protected]
Expand Down
11 changes: 9 additions & 2 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v3
with:
version: 2.10.0
version: 2.10.3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand All @@ -41,7 +41,14 @@ jobs:
pdm export -o requirements.txt
python -m pip install -r requirements.txt
python -m pip install .
pdm list --graph
pdm list --graph > module-graph.txt 2>&1
- name: Store the dependency graph
uses: actions/upload-artifact@v3
with:
name: module-graph.txt
path: module-graph.txt
retention-days: 30

- name: "Run: pip-audit"
uses: pypa/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v3
with:
version: 2.10.0
version: 2.10.3

- name: "Populate environment variables"
id: setenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: "Setup PDM for build commands"
uses: pdm-project/setup-pdm@v3
with:
version: 2.10.0
version: 2.10.3

- name: "Setup Python ${{ matrix.python-version }}"
uses: actions/setup-python@v4
Expand Down
33 changes: 0 additions & 33 deletions Pipfile

This file was deleted.

2,453 changes: 0 additions & 2,453 deletions Pipfile.lock

This file was deleted.

314 changes: 1 addition & 313 deletions pdm.lock

Large diffs are not rendered by default.

0 comments on commit 606ce9c

Please sign in to comment.