Skip to content

Commit 0ad0b7e

Browse files
authored
Fix inconsistent result in test (#192)
* remove value test for tracer variance dissipation rate * try simpler statement * try to not push root directory * instantiate docs manifest after pushing root directory * remove manifest
1 parent 5c16f89 commit 0ad0b7e

File tree

5 files changed

+6
-962
lines changed

5 files changed

+6
-962
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
version: '1.10'
2424
- name: Install dependencies
25-
run: julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'; julia --color=yes --project=docs/ -e 'using Pkg; Pkg.instantiate()'
25+
run: julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'
2626
- name: Build and deploy
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token

0 commit comments

Comments
 (0)