Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Jun 17, 2024
1 parent f1871ca commit 4fd1bbd
Show file tree
Hide file tree
Showing 11 changed files with 129 additions and 957 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10'
- '1.9'
- 'nightly'
os:
- ubuntu-latest
arch:
- x64
- x86
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down Expand Up @@ -71,6 +69,6 @@ jobs:
shell: julia --project=docs --color=yes {0}
run: |
using Documenter: DocMeta, doctest
using RandomFeatures
DocMeta.setdocmeta!(RandomFeatures, :DocTestSetup, :(using RandomFeatures); recursive=true)
doctest(RandomFeatures)
using RandomFeatureMaps
DocMeta.setdocmeta!(RandomFeatureMaps, :DocTestSetup, :(using RandomFeatureMaps); recursive=true)
doctest(RandomFeatureMaps)
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.jl.mem
/docs/Manifest.toml
/docs/build/
Manifest.toml
Loading

0 comments on commit 4fd1bbd

Please sign in to comment.