Commit 5bd0fe1 1 parent 277762d commit 5bd0fe1 Copy full SHA for 5bd0fe1
File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
35
35
use-mamba : true
36
36
- run : conda --version
37
37
- run : python -V
38
- - name : Install development version of bnlawrence/Pyfive:issue6
38
+ - name : Install development version of bnlawrence/Pyfive:issue60
39
39
run : |
40
40
cd ..
41
41
git clone https://github.com/bnlawrence/pyfive.git
42
42
cd pyfive
43
- git checkout issue6
43
+ git checkout issue60
44
44
pip install -e .
45
45
- run : pip install -e .
46
46
- run : pytest -n 2
@@ -66,12 +66,12 @@ jobs:
66
66
use-mamba : true
67
67
- run : conda --version
68
68
- run : python -V
69
- - name : Install development version of bnlawrence/Pyfive:issue6
69
+ - name : Install development version of bnlawrence/Pyfive:issue60
70
70
run : |
71
71
cd ..
72
72
git clone https://github.com/bnlawrence/pyfive.git
73
73
cd pyfive
74
- git checkout issue6
74
+ git checkout issue60
75
75
pip install -e .
76
76
- run : pip install -e .
77
77
- run : pytest
Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ jobs:
58
58
miniforge-version : " latest"
59
59
miniforge-variant : Mambaforge
60
60
use-mamba : true
61
- - name : Install development version of bnlawrence/Pyfive:issue6
61
+ - name : Install development version of bnlawrence/Pyfive:issue60
62
62
run : |
63
63
cd ..
64
64
git clone https://github.com/bnlawrence/pyfive.git
65
65
cd pyfive
66
- git checkout issue6
66
+ git checkout issue60
67
67
pip install -e .
68
68
- name : Install PyActiveStorage
69
69
run : |
Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ jobs:
53
53
miniforge-version : " latest"
54
54
miniforge-variant : Mambaforge
55
55
use-mamba : true
56
- - name : Install development version of bnlawrence/Pyfive:issue6
56
+ - name : Install development version of bnlawrence/Pyfive:issue60
57
57
run : |
58
58
cd ..
59
59
git clone https://github.com/bnlawrence/pyfive.git
60
60
cd pyfive
61
- git checkout issue6
61
+ git checkout issue60
62
62
pip install -e .
63
63
- name : Install PyActiveStorage
64
64
run : |
You can’t perform that action at this time.
0 commit comments