Skip to content

Commit

Permalink
ci: change path
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Aug 30, 2023
1 parent ccbc3d9 commit 0fe292a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pyl7vp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: change pyl7vp directory
run: cd bindings/pyl7vp

- name: Install dependencies
run: |
cd bindings/pyl7vp
python -m pip install --upgrade pip
pwd
pip install -e .
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 0fe292a

Please sign in to comment.