From df5d84fb30e286d6ebf8041c8d784442736fb18d Mon Sep 17 00:00:00 2001 From: Pedro Date: Sat, 24 Feb 2024 23:07:57 +0100 Subject: [PATCH] update ci - fix typo --- .github/workflows/ci-pylint-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pylint-pytest.yml b/.github/workflows/ci-pylint-pytest.yml index c0d59b8..60b7927 100644 --- a/.github/workflows/ci-pylint-pytest.yml +++ b/.github/workflows/ci-pylint-pytest.yml @@ -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