Skip to content

Commit 1d925dc

Browse files
committed
run the s3 tests too with remote reductionist
1 parent 68827eb commit 1d925dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test_s3_remote_reductionist.yml

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main # keep this at all times
10+
- pyfive
1011
pull_request:
1112
schedule:
1213
- cron: '0 0 * * *' # nightly
@@ -52,6 +53,13 @@ jobs:
5253
miniforge-version: "latest"
5354
miniforge-variant: Mambaforge
5455
use-mamba: true
56+
- name: Install development version of bnlawrence/Pyfive:issue6
57+
run: |
58+
cd ..
59+
git clone https://github.com/bnlawrence/pyfive.git
60+
cd pyfive
61+
git checkout issue6
62+
pip install -e .
5563
- name: Install PyActiveStorage
5664
run: |
5765
conda --version

0 commit comments

Comments
 (0)