Skip to content

Commit

Permalink
Update python-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carynbear authored Jan 18, 2024
1 parent faa61a4 commit 771faf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Setup PDM
uses: pdm-project/[email protected]
uses: pdm-project/[email protected]
with:
version: 2.10.4
cache: true

- name: Install dependencies
run: |
pdm install -d -G tensorflow -G rebound
Expand Down

0 comments on commit 771faf8

Please sign in to comment.