Skip to content

Commit a2af93c

Browse files
committed
a
1 parent 4f97985 commit a2af93c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-botasaurus-py.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
persist-credentials: false
2020
fetch-depth: 0
2121

22+
- name: Set up Python
23+
uses: actions/setup-python@v4
24+
with:
25+
python-version: '3.x'
26+
2227
- name: Install build tools
2328
run: |
2429
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)