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 f193114 commit 6b2e6ef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
cypress-run:
runs-on: ubuntu-latest
container: cypress/browsers:node16.14.0-slim-chrome99-ff97
container: cypress/browsers:latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -36,10 +36,7 @@ jobs:
- name: Setup dependencies
run: |
pip install xblock-utils==3.4.1 importlib-resources==6.1.1
# TODO: Remove importlib-resources dependency once PR https://github.com/openedx/xblock-sdk/pull/350 is merged,
# which automatically adds the importlib package. Expected to be merged after the Redwood release.
pip install xblock-utils==4.0.0
- name: setup h5p xblock
run: |
pip install .
Expand Down

0 comments on commit 6b2e6ef

Please sign in to comment.