From 1f11f26515072633b8badb95defc1686085ada26 Mon Sep 17 00:00:00 2001 From: ppizarror Date: Tue, 19 Dec 2023 10:24:08 -0300 Subject: [PATCH] Update pip update --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e60720b..004085b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Install dependencies shell: bash run: | - pip install -e .[installer] + python -m pip install -e .[installer] echo "PYDETEX_VERSION=$(python -c "import pydetex; print(pydetex.__version__)")" >> $GITHUB_ENV - name: Build