Skip to content

Commit

Permalink
try to fix ci.yml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jan 12, 2024
1 parent 0eb8c52 commit a09cd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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 a09cd44

Please sign in to comment.