Skip to content

Commit

Permalink
fix installation of the source dir
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaya-a committed Apr 2, 2024
1 parent d73ea1b commit fd311a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-k3d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f mindctrl-addon/test-requirements.txt ]; then pip install -r mindctrl-addon/test-requirements.txt; fi
pip install -r mindctrl-addon/test-requirements.txt python/
- name: Lint with Ruff
run: |
ruff check .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f mindctrl-addon/test-requirements.txt ]; then pip install -r mindctrl-addon/test-requirements.txt; fi
pip install -r mindctrl-addon/test-requirements.txt python/
- name: Lint with Ruff
run: |
ruff check .
Expand Down
1 change: 0 additions & 1 deletion mindctrl-addon/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ python-on-whales
-r ../services/deployments/requirements.txt
-r ../services/tracking/requirements.txt
-r ../services/multiserver/requirements.txt
../python

0 comments on commit fd311a7

Please sign in to comment.