Skip to content

Commit

Permalink
fix: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Sep 7, 2023
1 parent a726f71 commit 0bbfe5f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: install pip
run: |
run: |
apt update -qq
apt install -y python3-pip
pip3 --version
Expand All @@ -34,8 +34,12 @@ jobs:
pip install -qr requirements/dev.txt
pip install -qr requirements/local.txt
- name: Setup dependencies
run: |
pip install xblock-utils==3.4.1
- name: setup h5p xblock
run: |
run: |
pip install .
- name: Run xblock workbench
Expand Down

0 comments on commit 0bbfe5f

Please sign in to comment.