Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ziafazal authored Aug 9, 2024
1 parent 8de6af2 commit 4bc6c1b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,16 @@ jobs:
working-directory: xblock-sdk
run: |
python -m venv .venv
source .venv/bin/activate
- name: activate venv
working-directory: xblock-sdk
run: .venv/bin/activate
- name: install dependencies
working-directory: xblock-sdk
- run: |
python -m pip install xblock-utils==4.0.0
python -m pip install -qr requirements/dev.txt
python -m pip install -qr requirements/local.txt
- name: Setup dependencies
run: |
pip install xblock-utils==4.0.0
- name: setup h5p xblock
run: |
pip install .
Expand Down

0 comments on commit 4bc6c1b

Please sign in to comment.