Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GigaSOM.jl
Manage
Activity
Members
Plan
External wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LCSB-BioCore
GigaSOM.jl
Commits
2bcabcfb
Commit
2bcabcfb
authored
2 years ago
by
Miroslav Kratochvil
🚴
Browse files
Options
Downloads
Patches
Plain Diff
update compathelper CI script
parent
14c89ab0
Branches
mk-fix-ch-dev
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#60856
passed with stage
Stage: test
in 6 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/CompatHelper.yml
+19
-2
19 additions, 2 deletions
.github/workflows/CompatHelper.yml
with
19 additions
and
2 deletions
.github/workflows/CompatHelper.yml
+
19
−
2
View file @
2bcabcfb
name
:
CompatHelper
on
:
schedule
:
-
cron
:
0 0 * * *
workflow_dispatch
:
permissions
:
contents
:
write
pull-requests
:
write
jobs
:
CompatHelper
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check if Julia is already available in the PATH
id
:
julia_in_path
run
:
which julia
continue-on-error
:
true
-
name
:
Install Julia, but only if it is not already available in the PATH
uses
:
julia-actions/setup-julia@v1
with
:
version
:
'
1'
arch
:
${{ runner.arch }}
if
:
steps.julia_in_path.outcome != 'success'
-
name
:
"
Add
the
General
registry
via
Git"
run
:
|
import Pkg
ENV["JULIA_PKG_SERVER"] = ""
Pkg.Registry.add("General")
shell
:
julia --color=yes {0}
-
name
:
"
Install
CompatHelper"
run
:
|
import Pkg
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment