Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Mar 29, 2024
1 parent fb70e74 commit 0e40e95
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,4 @@ jobs:
run: pdm install --no-editable --no-lock

- name: Tests normal
run: pdm run python tests/test.py

functionnal-advanced:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Set up PDM
uses: pdm-project/setup-pdm@v2
with:
python-version: "3.x"

- name: Install Dependencies
run: pdm install --no-editable --no-lock

- name: Tests advanced
run: pdm run python tests/advanced.py
run: pdm run test

0 comments on commit 0e40e95

Please sign in to comment.