We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec37f5c commit fbe99a6Copy full SHA for fbe99a6
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
# TODO: temporary installs for examples
82
# once quartodoc is stable we should move into their own libraries
83
python -m pip install shiny shinylive
84
- python -m pip install --no-deps dascore
+ python -m pip install --no-deps dascore==0.0.8
85
- uses: quarto-dev/quarto-actions/setup@v2
86
- name: Build docs
87
run: |
0 commit comments