Skip to content

Commit

Permalink
Fix github CI env error
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Gopathi <[email protected]>
  • Loading branch information
RahulGopathi committed Sep 16, 2023
1 parent 328f7e4 commit 605d273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

- name: Install dependencies
run: |
python -m venv env
pip install -r requirements.txt
source env/bin/activate
Expand Down

0 comments on commit 605d273

Please sign in to comment.