Skip to content

Commit

Permalink
shell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krypticmouse committed May 16, 2024
1 parent ee52d5d commit ee090b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install poetry && poetry install && poetry shell
- run: pip install poetry && poetry install && source $HOME/.poetry/env
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ee090b4

Please sign in to comment.