Skip to content

Commit

Permalink
ci.yml tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jan 12, 2024
1 parent 3a294de commit 2278295
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
steps:
- name: Set integration test flag
run: |
julia -e '
ENV["MLJ_TEST_INTEGRATION"]="true"'
echo "TEST_MLJ_INTEGRATION=true" >> $GITHUB_ENV
if: (${{ github.head_ref }} == "dev") && (${{ github.repository }} == ${{ github.event.pull_request.head.repo.full_name }})
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 2278295

Please sign in to comment.