Skip to content

Commit

Permalink
run the s3 tests too with remote reductionist
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Mar 6, 2024
1 parent 68827eb commit 1d925dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_s3_remote_reductionist.yml
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ on:
push:
branches:
- main # keep this at all times
- pyfive
pull_request:
schedule:
- cron: '0 0 * * *' # nightly
@@ -52,6 +53,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

0 comments on commit 1d925dc

Please sign in to comment.