Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
patkenneally committed Apr 4, 2024
1 parent 1679914 commit 103f5eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: source .venv/bin/activate && pip3 install wheel conan==1.61.0 pytest datashader holoviews pytest-xdist

- name: "Build basilisk"
run: source .venv/bin/activate && python3 conanfile.py --opNav True --vizInterface True
run: source .venv/bin/activate && python3 conanfile.py --opNav False --vizInterface False

- name: "Run Python Tests"
run: |
Expand All @@ -101,6 +101,9 @@ jobs:

- id: deployment
uses: sphinx-notes/pages@v3
with:
checkout: false
requirements_path: ./docs/source/bskPkgOptions.txt

# - name: Setup Pages
# uses: actions/configure-pages@v5
Expand Down

0 comments on commit 103f5eb

Please sign in to comment.