fix : typo fixed in test.yml.

pull/45/head
sadrasabouri 2021-10-05 14:53:53 +03:30
rodzic c2281fe197
commit f122ca1cf8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ jobs:
- name: First test (None macOS)
run: |
python -m samila
if: matrix.os != macOS-latest
if: matrix.os != 'macOS-latest'
- name: Install dev-requirements
run: |
pip install --upgrade --upgrade-strategy=only-if-needed -r dev-requirements.txt