Skip to content

Commit

Permalink
Fix source command in CI stage
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Feb 16, 2024
1 parent 21b0330 commit 1d3dffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: "Lint"
run: |
source /home/runner/.venv/bin/activate
source ${{ github.workspace }}/.venv/bin/activate
make lint
- name: "Run tests"
Expand Down

0 comments on commit 1d3dffa

Please sign in to comment.