Skip to content

Commit

Permalink
chore: remove Poetry group
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Jul 2, 2023
1 parent 17672ac commit 80fcbbd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 665 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ jobs:
- name: Install dependencies
run: |
pdm config venv.with_pip True
pdm install -G poetry --dev
pdm install -G :all --dev
pdm venv activate in-project
source .venv/bin/activate
# Force install of pdm in the virtualenv
# Get the pip command to run dependending on matrix.pdm-version
# We force reinstall of pdm in the virtualenv
Expand All @@ -64,6 +63,9 @@ jobs:
pip install pdm==${{ matrix.pdm-version }}
fi
# XXX Force install of Poetry in the virtualenv
pip install "poetry @ git+https://github.com/python-poetry/poetry@master"
- name: Test with pytest
run: |
pdm run pytest --junitxml=junit/test-results.xml --cov --cov-report=xml --cov-report=html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![pypi version](https://img.shields.io/pypi/v/sync-pre-commit-lock.svg)](https://pypi.org/project/sync-pre-commit-lock/)
[![License](https://img.shields.io/pypi/l/sync-pre-commit-lock.svg)](https://pypi.python.org/pypi/sync-pre-commit-lock)
[![Python version](https://img.shields.io/pypi/pyversions/sync-pre-commit-lock.svg)](https://pypi.python.org/pypi/sync-pre-commit-lock)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/GabDug/sync-pre-commit-lock/main.svg?badge_token=PzBISUnvTEeYahD7i22qiA)](https://results.pre-commit.ci/latest/github/GabDug/sync-pre-commit-lock/main?badge_token=PzBISUnvTEeYahD7i22qiA)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/GabDug/sync-pre-commit-lock/main.svg)](https://results.pre-commit.ci/latest/github/GabDug/sync-pre-commit-lock/main)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
[![Ruff](https://img.shields.io/badge/ruff-lint-red)](https://github.com/charliermarsh/ruff)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Expand Down
Loading

0 comments on commit 80fcbbd

Please sign in to comment.