Skip to content

Commit 63ebc53

Browse files
authored
Update main.yml
1 parent 66624c4 commit 63ebc53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI for Cool-Graph
33
on:
44
push:
55
branches:
6-
- main
6+
- develop
77
pull_request:
88
branches:
9-
- main
9+
- develop
1010
release:
1111
types: [published]
1212

@@ -31,11 +31,11 @@ jobs:
3131
else
3232
echo "requirements.txt not found, skipping dependency installation."
3333
fi
34-
pip install wheel
34+
pip install wheel
3535
3636
- name: Run tests
3737
run: |
38-
pytest
38+
pytest
3939
continue-on-error: true
4040

4141
release:
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install build dependencies
5555
run: |
5656
python -m pip install --upgrade pip
57-
pip install setuptools wheel
57+
pip install setuptools wheel twine
5858
5959
- name: Build package
6060
run: |

0 commit comments

Comments
 (0)