We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68827eb commit 1d925dcCopy full SHA for 1d925dc
.github/workflows/test_s3_remote_reductionist.yml
@@ -7,6 +7,7 @@ on:
7
push:
8
branches:
9
- main # keep this at all times
10
+ - pyfive
11
pull_request:
12
schedule:
13
- cron: '0 0 * * *' # nightly
@@ -52,6 +53,13 @@ jobs:
52
53
miniforge-version: "latest"
54
miniforge-variant: Mambaforge
55
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 .
63
- name: Install PyActiveStorage
64
run: |
65
conda --version
0 commit comments