Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
graphnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Jorge Prado
graphnet
Merge requests
!552
Debug docker
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Debug docker
github/fork/RasmusOrsoe/debug-docker
into
main
Overview
0
Commits
15
Pipelines
0
Changes
9
Closed
Jorge Prado
requested to merge
github/fork/RasmusOrsoe/debug-docker
into
main
1 year ago
Overview
0
Commits
15
Pipelines
0
Changes
9
Expand
Created by: RasmusOrsoe
ignore this
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
1d3b45d4
15 commits,
10 months ago
9 files
+
39
−
62
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/build.yml
+
3
−
1
Options
@@ -46,8 +46,10 @@ jobs:
-
uses
:
actions/checkout@v3
-
name
:
Upgrade packages already installed on icecube/icetray
run
:
|
python --version
pip install --upgrade astropy # Installed version incompatible with numpy 1.23.0 [https://github.com/astropy/astropy/issues/12534]
pip install --ignore-installed PyYAML # Distutils installed [https://github.com/pypa/pip/issues/5247]
pip install --upgrade psutil # lets see..
-
name
:
Install package
uses
:
./.github/actions/install
with
:
@@ -73,7 +75,7 @@ jobs:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
[
3.7
,
3.8
,
3.9
,
'
3.10'
]
python-version
:
[
3.8
,
3.9
,
'
3.10'
]
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python ${{ matrix.python-version }}
Loading