Skip to content

Commit 4fe1cfa

Browse files
author
Inbal Tako
committed
Use testing image
1 parent 30abea0 commit 4fe1cfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ jobs:
2424
color: warning
2525

2626
- name: Run Tests
27+
uses: onichandame/python-test-action@master
2728
run: python -m unittest
2829

2930
- name: Build dist
31+
uses: actions/setup-python@v2
3032
run: python setup.py sdist bdist_wheel
3133

3234
- name: Publish a Python distribution to PyPI

0 commit comments

Comments
 (0)