Skip to content

Commit

Permalink
changed to pdm update
Browse files Browse the repository at this point in the history
  • Loading branch information
sethjuarez committed Oct 26, 2024
1 parent a64958e commit ce3df7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/prompty-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,9 @@ jobs:
with:
python-version: 3.9

- name: refresh lock file
working-directory: ./runtime/prompty
run: pdm lock --refresh

- name: install dependencies
working-directory: ./runtime/prompty
run: pdm install
run: pdm update

- name: test package
working-directory: ./runtime/prompty
Expand Down

0 comments on commit ce3df7a

Please sign in to comment.