diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 4705153f0..3688672ed 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -21,14 +21,13 @@ jobs: env: POETRY_VERSION: 2.1.2 run: | - curl -sSL https://install.python-poetry.org | python - -y &&\ - poetry config virtualenvs.create false + curl -sSL https://install.python-poetry.org | python - -y - name: Install dependencies run: | poetry install - name: Format with black run: | - black . + poetry run black . - name: Test with pytest run: | - pytest + poetry run pytest diff --git a/poetry.lock b/poetry.lock index 18d92c4f9..24b0b3361 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1283,14 +1283,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.50" +version = "3.1.52" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "gitpython-3.1.50-py3-none-any.whl", hash = "sha256:d352abe2908d07355014abdd21ddf798c2a961469239afec4962e9da884858f9"}, - {file = "gitpython-3.1.50.tar.gz", hash = "sha256:80da2d12504d52e1f998772dc5baf6e553f8d2fcfe1fcc226c9d9a2ee3372dcc"}, + {file = "gitpython-3.1.52-py3-none-any.whl", hash = "sha256:79a36ee1f83523214a3f72d56cf1c4e490d577dc61af77e43dfe5862bd9da01a"}, + {file = "gitpython-3.1.52.tar.gz", hash = "sha256:de0a8ad86274c6e75ae8b37dd055ba68f19818c813108642263227b20775b48e"}, ] [package.dependencies]