updating requirements, updating workflows and fixing device (#2383)

This commit is contained in:
Daniel W. Anner
2024-10-11 17:08:27 -04:00
committed by GitHub
parent 041113590f
commit 830f401dd4
4 changed files with 7 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ jobs:
run: pytest --tb=short -v
- name: Check for pickle file change
id: pickle-change
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: 'tests/known-slugs.pickle'
- name: Add PR Comment if pickle file is modified