Skip to content

Commit

Permalink
Remove no-cache flag in pip command for conda recipe to allow buildin…
Browse files Browse the repository at this point in the history
…g wheels

Fix version flag in R/julia testing
  • Loading branch information
langmm committed Feb 5, 2024
1 parent 39cc27b commit 72ddc8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/julia-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Check R version & location
shell: bash -l {0}
run: |
R -v
R --version
which R
- name: Check Julia version & location
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
string: py{{ PY_VER_MAJOR }}{{ PY_VER_MINOR }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}
run_exports:
- {{ pin_subpackage('yggdrasil', max_pin='x.x.x') }}
script: '{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv --no-build-isolation'
script: '{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv --no-build-isolation'
skip: true # [(win and vc<14) or py<35]
entry_points:
- yggdrasil = yggdrasil.command_line:main
Expand Down

0 comments on commit 72ddc8f

Please sign in to comment.