From 076f863765c7d6d61dd77e1e8dc16500ebf39bb8 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 29 Apr 2024 15:31:55 +0200 Subject: [PATCH] Update .github/workflows/ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 470abf5..39b8841 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Poetry - run: pip3 install poetry==1.5.1 + run: pipx install poetry - name: Set up Python uses: actions/setup-python@v5