Skip to content

Commit d81ab97

Browse files
committed
Testing branch submission v2
1 parent 2f57218 commit d81ab97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.11'
25+
python-version: '3.11.9'
2626

2727
- name: Install additional 3p dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install numpy tensorstore
30+
pip install numpy==1.26.4 tensorstore==0.1.73
3131
3232
- name: Run tests
3333
uses: matlab-actions/run-tests@v2

0 commit comments

Comments
 (0)