Skip to content

Commit

Permalink
Do not additionally install python
Browse files Browse the repository at this point in the history
  • Loading branch information
sin-diesel committed Nov 23, 2024
1 parent e7889af commit 76f3479
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/build-composite/action.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
runs:
using: "composite"
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.12"

- name: Install dependencies
run: |
curl -sSLO https://pdm-project.org/install-pdm.py
Expand Down

0 comments on commit 76f3479

Please sign in to comment.