Skip to content

Commit

Permalink
Fix more typos in wfs
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlopaciuk committed Apr 25, 2024
1 parent 54b0956 commit 7bd63d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
precompile_kernels: ${{ inputs.precompile_kernels }}
run: |
export prefix="$GITHUB_WORKSPACE"
bash $GITHUB_WORKSPACE/.github/scripts/install_branches.sh
bash $GITHUB_WORKSPACE/xsuite/.github/scripts/install_branches.sh
- name: Precompile kernels
if: ${{ inputs.precompile_kernels == true }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
--build-arg xfields_branch=${xfields_branch} \
--build-arg xmask_branch=${xmask_branch} \
--build-arg xcoll_branch=${xcoll_branch} \
--build_arg xsuite_kernels_branch=${xsuite_kernels_branch} \
--build-arg xsuite_kernels_branch=${xsuite_kernels_branch} \
--build-arg with_gpu=${with_gpu} \
-t $IMAGE .
Expand Down

0 comments on commit 7bd63d5

Please sign in to comment.