Skip to content

Commit

Permalink
run the s3 tests too with Minio
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Mar 6, 2024
1 parent 9bfb099 commit 68827eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_s3_minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main # keep this at all times
- pyfive
pull_request:
schedule:
- cron: '0 0 * * *' # nightly
Expand Down Expand Up @@ -57,6 +58,13 @@ jobs:
miniforge-version: "latest"
miniforge-variant: Mambaforge
use-mamba: true
- name: Install development version of bnlawrence/Pyfive:issue6
run: |
cd ..
git clone https://github.com/bnlawrence/pyfive.git
cd pyfive
git checkout issue6
pip install -e .
- name: Install PyActiveStorage
run: |
conda --version
Expand Down

0 comments on commit 68827eb

Please sign in to comment.