Skip to content

Commit

Permalink
Migrate CI flow to Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeCarrier committed Mar 7, 2024
1 parent e1d0167 commit 7279768
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:

matrix:
drawio-version: [23.1.5]
python-version: [3.12]
os:
- macos-latest
- ubuntu-latest
Expand Down Expand Up @@ -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

0 comments on commit 7279768

Please sign in to comment.