Skip to content

Commit

Permalink
Remove PDM setup action from self-hosted runner action (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgordon17 authored May 21, 2023
2 parents 04c9b51 + 869a997 commit eb74a4f
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 eb74a4f

Please sign in to comment.