Skip to content

Commit

Permalink
Merge branch 'automatic-build' of https://github.com/fva-net/rexs-diff
Browse files Browse the repository at this point in the history
…into automatic-build
  • Loading branch information
douglas-fva committed Oct 17, 2023
2 parents 1752483 + 3966e36 commit 8435d47
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/python_build_all_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
auto-update-conda: true
auto-activate-base: true
- name: Install numpy
run: |
conda install --channel conda-forge numpy
# - name: Install numpy
# run: |
# conda install --channel conda-forge numpy
- name: Install pydantic
run: |
conda install --channel conda-forge pydantic
Expand Down Expand Up @@ -72,9 +72,9 @@ jobs:
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
auto-update-conda: true
auto-activate-base: true
- name: Install numpy
run: |
conda install --channel conda-forge numpy
# - name: Install numpy
# run: |
# conda install --channel conda-forge numpy
- name: Install pydantic
run: |
conda install --channel conda-forge pydantic
Expand Down Expand Up @@ -116,9 +116,9 @@ jobs:
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
auto-update-conda: true
auto-activate-base: true
- name: Install numpy
run: |
conda install --channel conda-forge numpy
# - name: Install numpy
# run: |
# conda install --channel conda-forge numpy
- name: Install pydantic
run: |
conda install --channel conda-forge pydantic
Expand Down

0 comments on commit 8435d47

Please sign in to comment.