Skip to content

Commit 12afecb

Browse files
committed
don't need this
1 parent e315774 commit 12afecb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

action.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ outputs:
1919
runs:
2020
using: composite
2121
steps:
22-
- uses: actions/setup-python@v4
23-
id: python-baipp
24-
with:
25-
python-version: "3.x"
26-
update-environment: false
27-
cache: pip
22+
- run: pwd; ls -a
23+
shell: bash
2824

2925
- uses: pdm-project/setup-pdm@v3
3026
with:

0 commit comments

Comments
 (0)