Skip to content

Commit

Permalink
fix: path to dependency file should be directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bhirsz committed Dec 26, 2024
1 parent 8126a00 commit 9e9b3fb
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/tests/rf_versions_matrix/requirements_rf7.txt"
directory: "/tests/rf_versions_matrix/rf7/"
schedule:
interval: "daily"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/rf_versions_matrix/requirements_${{ matrix.rf-version }}.txt
pip install -r tests/rf_versions_matrix/${{ matrix.rf-version }}/requirements.txt
pip install .[dev]
- name: Run unit tests with coverage
Expand Down

0 comments on commit 9e9b3fb

Please sign in to comment.