Skip to content

Commit dd38daa

Browse files
authored
Remove now-deprecated InferenceObjectsNetCDF subpackage (#66)
* Remove deprecated InferenceObjectsNetCDF package * Remove deleted subdirs from compathelper check * Remove lib dep installation for docs * Allow docdeploy to install package
1 parent ef48169 commit dd38daa

File tree

5 files changed

+1
-64
lines changed

5 files changed

+1
-64
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,6 @@ jobs:
5959
with:
6060
version: '1'
6161
- uses: julia-actions/julia-buildpkg@v1
62-
- name: Install dependencies
63-
run: |
64-
using Pkg
65-
pkg_specs = [PackageSpec(path=pwd())]
66-
for subpath in readdir("lib"; join=true)
67-
push!(pkg_specs, PackageSpec(path=subpath))
68-
end
69-
Pkg.develop(pkg_specs)
70-
Pkg.instantiate()
71-
shell: julia --project=docs {0}
7262
- uses: julia-actions/julia-docdeploy@v1
73-
with:
74-
install-package: false
7563
env:
7664
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
shell: julia {0}
1515
run: |
1616
using CompatHelper
17-
subdirs = [""; readdir("lib/"; join=true)]
18-
CompatHelper.main(; subdirs)
17+
CompatHelper.main()
1918
env:
2019
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2120
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}

lib/InferenceObjectsNetCDF/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

lib/InferenceObjectsNetCDF/Project.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

lib/InferenceObjectsNetCDF/src/InferenceObjectsNetCDF.jl

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)