mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-24 06:40:07 +00:00
fix CI
This commit is contained in:
parent
114240d9fa
commit
4880743ab7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue