Skip to content

Commit b2109c0

Browse files
committed
fixed failing test
1 parent 680b21a commit b2109c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: 3.8
1818
- name: Install Flit
19-
run: pip install flit
19+
run: pip install flit ellar_jwt
2020
- name: Install Dependencies
2121
run: flit install --symlink
2222
- name: Test

0 commit comments

Comments
 (0)