Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jan 12, 2024
1 parent a09cd44 commit 2d3ae0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
steps:
- name: Set integration test flag
run: |
'julia -e 'ENV["MLJ_TEST_INTEGRATION"]="true"'
julia -e '
ENV["MLJ_TEST_INTEGRATION"]="true"'

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 2d3ae0b

Please sign in to comment.