Skip to content

Commit

Permalink
Update testpr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Sep 17, 2024
1 parent 3bff8db commit 4d90511
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
# Workaround for https://github.com/prefix-dev/rattler-build/issues/981
mkdir recipe_dir
mv recipe.yaml ./recipe_dir
mv patches/ ./recipe_dir
[ -d "patch/" ] && mv patch/ ./recipe_dir
- name: Generate recipes for linux-aarch64
shell: bash -l {0}
if: steps.filecheck.outputs.LINUX_AARCH_YAML_CHANGED == 1 && matrix.os == 'ubuntu-latest' && matrix.platform == 'linux-aarch64'
Expand All @@ -127,7 +127,7 @@ jobs:
# Workaround for https://github.com/prefix-dev/rattler-build/issues/981
mkdir recipe_dir
mv recipe.yaml ./recipe_dir
mv patches/ ./recipe_dir
[ -d "patch/" ] && mv patch/ ./recipe_dir
- name: Generate recipes for osx-64
shell: bash -l {0}
if: steps.filecheck.outputs.OSX_YAML_CHANGED == 1 && matrix.os == 'macos-latest' && matrix.platform == 'osx-64'
Expand All @@ -138,7 +138,7 @@ jobs:
# Workaround for https://github.com/prefix-dev/rattler-build/issues/981
mkdir recipe_dir
mv recipe.yaml ./recipe_dir
mv patches/ ./recipe_dir
[ -d "patch/" ] && mv patch/ ./recipe_dir
- name: Generate recipes for osx-arm64
shell: bash -l {0}
if: steps.filecheck.outputs.OSX_ARM_YAML_CHANGED == 1 && matrix.os == 'macos-14' && matrix.platform == 'osx-arm64'
Expand All @@ -149,7 +149,7 @@ jobs:
# Workaround for https://github.com/prefix-dev/rattler-build/issues/981
mkdir recipe_dir
mv recipe.yaml ./recipe_dir
mv patches/ ./recipe_dir
[ -d "patch/" ] && mv patch/ ./recipe_dir
- name: Generate recipes for win-64
shell: bash -l {0}
if: steps.filecheck.outputs.WIN_YAML_CHANGED == 1 && matrix.os == 'windows-2019' && matrix.platform == 'win-64'
Expand All @@ -160,7 +160,7 @@ jobs:
# Workaround for https://github.com/prefix-dev/rattler-build/issues/981
mkdir recipe_dir
mv recipe.yaml ./recipe_dir
mv patches/ ./recipe_dir
[ -d "patch/" ] && mv patch/ ./recipe_dir
- name: Check if there are packages to be built
id: newrecipecheck
shell: bash -l {0}
Expand Down

0 comments on commit 4d90511

Please sign in to comment.