Skip to content

Commit

Permalink
Disable precomp
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Aug 12, 2024
1 parent 5e2a89b commit 267a27e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/version_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
check-version:
runs-on: ubuntu-latest

# Determine whether the target branch is master (i.e. this is a push to
# master or a PR to master).
env:
# Determine whether the target branch is master (i.e. this is a push to
# master or a PR to master).
TARGET_IS_MASTER: ${{ (github.event_name == 'push' && github.ref_name == 'master') || (github.event_name == 'pull_request' && github.base_ref == 'master') }}
# Disable precompilation as it takes a long time and is not needed for this workflow
JULIA_PKG_PRECOMPILE_AUTO: 0

steps:
- name: Checkout
Expand Down

0 comments on commit 267a27e

Please sign in to comment.