Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseysh committed Dec 6, 2023
1 parent 1e61f1e commit c16c1f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
apt-get get update && apt-get install cmake
python -m pip install --upgrade pip
python -m pip install -r requirements_tests.txt
python -m pip install -r ci/requirements_tests.txt
- name: Pre-commit tests
run: |
make run_precommit
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Installation
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements_tests.txt
python3 -m pip install -r ci/requirements_tests.txt
python3 -m pip install -e .
- name: Running short tests
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Installation
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements_tests.txt
python3 -m pip install -r ci/requirements_tests.txt
python3 -m pip install -e .
- name: Running all tests
run: |
Expand Down

0 comments on commit c16c1f7

Please sign in to comment.