Skip to content

Commit

Permalink
chore(ci): install pip deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Apr 21, 2024
1 parent e967630 commit 745970c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ updates:
gha:
patterns:
- "*"
- package-ecosystem: "pip"
directory: "."
schedule:
interval: "daily"
groups:
pip:
patterns:
- "*"
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
uses: actions/[email protected]
with:
python-version: '3.10'
- name: Install Pip dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Compile and test
run: |
make debug
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest == 8.1.1

0 comments on commit 745970c

Please sign in to comment.