Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Jul 2, 2024
1 parent c5f45b6 commit 1f2ebfc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/downstream-project-spl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,10 @@ jobs:
- shell: bash
run: |
source .github/scripts/downstream-project-spl-common.sh
<<<<<<< HEAD
source .github/scripts/downstream-project-spl-install-deps.sh
=======
if [ -n "$SKIP_SPL_DOWNSTREAM_PROJECT_TEST" ]; then
exit 0
fi
>>>>>>> 4d9d27f1ff (ci: skip spl test when version is too high (#1945))
cargo check
Expand Down Expand Up @@ -108,13 +105,10 @@ jobs:
- shell: bash
run: |
source .github/scripts/downstream-project-spl-common.sh
<<<<<<< HEAD
source .github/scripts/downstream-project-spl-install-deps.sh
=======
if [ -n "$SKIP_SPL_DOWNSTREAM_PROJECT_TEST" ]; then
exit 0
fi
>>>>>>> 4d9d27f1ff (ci: skip spl test when version is too high (#1945))
programStr="${{ tojson(matrix.arrays.required_programs) }}"
IFS=', ' read -ra programs <<<"${programStr//[\[\]$'\n'$'\r' ]/}"
Expand Down

0 comments on commit 1f2ebfc

Please sign in to comment.