-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c44c949
commit a21144c
Showing
5 changed files
with
28 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ jobs: | |
- name: Set up Conda | ||
uses: conda-incubator/[email protected] | ||
with: | ||
channels: conda-forge | ||
python-version: ${{ matrix.python-version }} | ||
channels: conda-forge | ||
python-version: ${{ matrix.python-version }} | ||
|
||
- name: Show info about `base` environment | ||
shell: "bash -l {0}" | ||
|
@@ -50,7 +50,7 @@ jobs: | |
run: | | ||
conda activate env | ||
export DISABLE_NUMCODECS_AVX2="" | ||
python -m pip install -v -e .[test,test_extras,doctest,msgpack,zfpy,pcodec] | ||
python -m pip install -v -e .[test,test_extras,msgpack,zfpy,pcodec] | ||
- name: List installed packages | ||
shell: "bash -l {0}" | ||
|
@@ -73,8 +73,8 @@ jobs: | |
- uses: codecov/codecov-action@v3 | ||
with: | ||
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos | ||
#files: ./coverage1.xml,./coverage2.xml # optional | ||
#flags: unittests # optional | ||
#name: codecov-umbrella # optional | ||
#fail_ci_if_error: true # optional (default = false) | ||
#files: ./coverage1.xml,./coverage2.xml # optional | ||
#flags: unittests # optional | ||
#name: codecov-umbrella # optional | ||
#fail_ci_if_error: true # optional (default = false) | ||
verbose: true # optional (default = false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ jobs: | |
- name: Set up Conda | ||
uses: conda-incubator/[email protected] | ||
with: | ||
channels: conda-forge | ||
python-version: ${{ matrix.python-version }} | ||
channels: conda-forge | ||
python-version: ${{ matrix.python-version }} | ||
|
||
- name: Show info about `base` environment | ||
shell: "bash -l {0}" | ||
|
@@ -50,7 +50,7 @@ jobs: | |
run: | | ||
conda activate env | ||
export DISABLE_NUMCODECS_AVX2="" | ||
python -m pip install -v -e .[test,test_extras,doctest,msgpack,zfpy,pcodec] | ||
python -m pip install -v -e .[test,test_extras,msgpack,zfpy,pcodec] | ||
- name: List installed packages | ||
shell: "bash -l {0}" | ||
|
@@ -67,8 +67,8 @@ jobs: | |
- uses: codecov/codecov-action@v3 | ||
with: | ||
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos | ||
#files: ./coverage1.xml,./coverage2.xml # optional | ||
#flags: unittests # optional | ||
#name: codecov-umbrella # optional | ||
#fail_ci_if_error: true # optional (default = false) | ||
#files: ./coverage1.xml,./coverage2.xml # optional | ||
#flags: unittests # optional | ||
#name: codecov-umbrella # optional | ||
#fail_ci_if_error: true # optional (default = false) | ||
verbose: true # optional (default = false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ jobs: | |
- name: Set up Conda | ||
uses: conda-incubator/[email protected] | ||
with: | ||
channels: conda-forge | ||
python-version: ${{ matrix.python-version }} | ||
channels: conda-forge | ||
python-version: ${{ matrix.python-version }} | ||
|
||
- name: Set up `env` | ||
shell: "bash -l {0}" | ||
|
@@ -42,7 +42,7 @@ jobs: | |
shell: "bash -l {0}" | ||
run: | | ||
conda activate env | ||
python -m pip install -v -e .[test,test_extras,doctest,msgpack,zfpy,pcodec] | ||
python -m pip install -v -e .[test,test_extras,msgpack,zfpy,pcodec] | ||
- name: List installed packages | ||
shell: "bash -l {0}" | ||
|
@@ -59,8 +59,8 @@ jobs: | |
- uses: codecov/codecov-action@v3 | ||
with: | ||
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos | ||
#files: ./coverage1.xml,./coverage2.xml # optional | ||
#flags: unittests # optional | ||
#name: codecov-umbrella # optional | ||
#fail_ci_if_error: true # optional (default = false) | ||
#files: ./coverage1.xml,./coverage2.xml # optional | ||
#flags: unittests # optional | ||
#name: codecov-umbrella # optional | ||
#fail_ci_if_error: true # optional (default = false) | ||
verbose: true # optional (default = false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters