Skip to content

Commit 1cc5b10

Browse files
committed
a
1 parent 4d7304c commit 1cc5b10

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ 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-
2722
- name: Install build tools
2823
run: |
2924
python -m pip install --upgrade pip
@@ -37,5 +32,4 @@ jobs:
3732
uses: actions-js/push@master
3833
with:
3934
github_token: ${{ secrets.GITHUB_TOKEN }}
40-
branch: master
41-
35+
branch: master

0 commit comments

Comments
 (0)