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 63876e8 commit 09098ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ jobs:
id: setup_python
with:
python-version: '3.12'
- name: Setup xblock-sdk
working-directory: xblock-sdk
- name: Setup python virtual env
run: |
python -m venv .venv
- name: activate venv
working-directory: xblock-sdk
run: .venv/bin/activate
- name: install dependencies
- name: install dependencies of xblock-sdk
working-directory: xblock-sdk
run: |
python -m pip install xblock-utils==4.0.0
Expand Down

0 comments on commit 09098ac

Please sign in to comment.