Skip to content

Commit

Permalink
Remove PDM setup action from self-hosted runner action
Browse files Browse the repository at this point in the history
Assumes that PDM is already installed and configured on the remote machine
  • Loading branch information
wgordon17 committed May 21, 2023
1 parent 04c9b51 commit 869a997
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: 3.11
- name: Install dependencies
run: |
pdm install -dG test
Expand Down

0 comments on commit 869a997

Please sign in to comment.