Skip to content

Commit

Permalink
Merge branch 'main' into bug/lr-demo/59/lauren
Browse files Browse the repository at this point in the history
  • Loading branch information
lmclane04 authored Jul 3, 2024
2 parents 9e4dafb + 8844693 commit 55e8c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Setup PDM
uses: pdm-project/[email protected]
with:
version: 2.10.4
version: 2.15.4
cache: true

- name: Install dependencies
run: |
pdm install -d -G tensorflow -G rebound
pdm install -G all
- name: Analysing the code with pylint
run: |
pdm run pylint $(git ls-files '*.py')
Expand Down

0 comments on commit 55e8c72

Please sign in to comment.