Skip to content

Commit 8b8fed7

Browse files
committed
Update install python modules composite
1 parent 6a5b023 commit 8b8fed7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/actions/install-python-modules/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
---
21
name: Install Python Modules
32

43
runs:
5-
using: Composite
4+
using: composite
65
steps:
76
- name: Setup Python
87
uses: actions/setup-python@v4
98
with:
10-
python-version: "3.10"
9+
python-version: 3.10
1110

1211
- name: Cache Poetry
1312
uses: actions/cache@v3

0 commit comments

Comments
 (0)