1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-24 06:40:07 +00:00
This commit is contained in:
Markus Hofbauer 2022-11-22 18:35:42 +01:00 committed by Markus Hofbauer
parent 114240d9fa
commit 4880743ab7

View file

@ -52,8 +52,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements-dev.txt pip install -r tools/alias_collision/requirements.txt
- name: Run unit tests - name: Run unit tests
run: | run: |
cd tools/alias_collision/ cd tools/alias_collision/
python -m unittest discover test python -m unittest discover tests