Skip to content

Commit

Permalink
update directory
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelburgos committed May 20, 2024
1 parent 3a08f24 commit 8987441
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Generate lockfile
working-directory: ./obi_applet
run: pdm lock --group test ${{ matrix.dep-versions == 'minimal' && '--strategy direct_minimal_versions' || '' }}
working-directory: .
run: pdm lock #--group test ${{ matrix.dep-versions == 'minimal' && '--strategy direct_minimal_versions' || '' }}
- name: Install dependencies
working-directory: ./obi_applet
working-directory: .
run: pdm sync
- name: Run tests
working-directory: ./obi_applet
working-directory: .
run: |
pdm run test_g

0 comments on commit 8987441

Please sign in to comment.