Skip to content

Commit

Permalink
Merge pull request #15 from gaelforget/v0p2p2c
Browse files Browse the repository at this point in the history
V0p2p2c
  • Loading branch information
gaelforget authored Apr 19, 2024
2 parents c5d768f + 18ae113 commit ab88752
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- v0p2p2b
- v0p2p2c
jobs:
binder:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
### DO NOT EDIT THIS FILE! This Is Automatically Generated And Will Be Overwritten ###
FROM gaelforget/ecco-docker:98bf257e3779
FROM gaelforget/ecco-docker:74b9e078460b
1 change: 1 addition & 0 deletions src/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
MITgcm = "dce5fa8e-68ce-4431-a242-9469c69627a0"
Expand Down
2 changes: 1 addition & 1 deletion src/warmup.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Pluto, Downloads, IJulia, Pkg
using Pluto, CairoMakie, Downloads, IJulia, Pkg

import MITgcm, OceanStateEstimation
import MITgcm.ClimateModels
Expand Down

0 comments on commit ab88752

Please sign in to comment.