1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-16 22:31:03 +01: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