Skip to content

Commit b8b4640

Browse files
authored
Fix typo
1 parent f2ebac4 commit b8b4640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pymadng.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
python -m pip install --upgrade pip
3636
python -m pip install .
37-
python -m pip instal tfs-pandas
37+
python -m pip install tfs-pandas
3838
- name: Test with python
3939
run: |
4040
python -m unittest tests/*

0 commit comments

Comments
 (0)