Skip to content

Commit

Permalink
pdm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Nov 15, 2023
1 parent 652a5a4 commit fb53b72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pydna_test_and_coverage_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}

- name: 🔩 Install with pdm
run: pdm install
run: pdm install -G:all

- name: 🔎 poetry run python run_test.py
- name: 🔎 pdm run python run_test.py
run: pdm run python run_test.py

- name: 🔼 Upload coverage to Codecov
Expand Down

0 comments on commit fb53b72

Please sign in to comment.