Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Matting committed Apr 15, 2024
1 parent c35934e commit b9ac388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run:
- shell: bash
run: |
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Expand Down

0 comments on commit b9ac388

Please sign in to comment.