Skip to content

Commit 8f3cf09

Browse files
author
Inbal Tako
committed
Fix github action tests
1 parent 0c7cb39 commit 8f3cf09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
status: STARTING
2323
color: warning
2424

25-
- name: Set up Python
2625
- uses: actions/checkout@v2
26+
- name: Set up Python
27+
uses: actions/setup-python@v2
2728
with:
2829
python-version: '3.x'
2930
- name: Install dependencies

0 commit comments

Comments
 (0)