Skip to content

Commit

Permalink
update ci - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jperod committed Feb 24, 2024
1 parent 49bc10d commit df5d84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pylint-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m venv .venv
source .venv/bin/activete
source .venv/bin/activate
pip install pylint==3.0.4
pip install poetry
poetry install
Expand Down

0 comments on commit df5d84f

Please # to comment.