Skip to content

Commit 68827eb

Browse files
committed
run the s3 tests too with Minio
1 parent 9bfb099 commit 68827eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test_s3_minio.yml

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- main # keep this at all times
9+
- pyfive
910
pull_request:
1011
schedule:
1112
- cron: '0 0 * * *' # nightly
@@ -57,6 +58,13 @@ jobs:
5758
miniforge-version: "latest"
5859
miniforge-variant: Mambaforge
5960
use-mamba: true
61+
- name: Install development version of bnlawrence/Pyfive:issue6
62+
run: |
63+
cd ..
64+
git clone https://github.com/bnlawrence/pyfive.git
65+
cd pyfive
66+
git checkout issue6
67+
pip install -e .
6068
- name: Install PyActiveStorage
6169
run: |
6270
conda --version

0 commit comments

Comments
 (0)