From 7279768aecfd51b94510a4d9464d29c7e0a3356c Mon Sep 17 00:00:00 2001 From: Luke Carrier Date: Thu, 7 Mar 2024 23:58:32 +0000 Subject: [PATCH] Migrate CI flow to Poetry --- .github/workflows/ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cea1d8a..81edaed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: matrix: drawio-version: [23.1.5] - python-version: [3.12] os: - macos-latest - ubuntu-latest @@ -73,13 +72,8 @@ jobs: - name: Install Python uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} - - - name: Upgrade Pip - run: python -m pip install --upgrade pip - - - name: Install dependencies - run: python -m pip install --requirement requirements.txt + cache: poetry + python-version-file: pyproject.toml - name: Run tests run: python -m unittest mkdocsdrawioexporter.tests