Skip to content

Commit

Permalink
Merge branch 'flyteorg:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMertz committed Jul 24, 2023
2 parents 02fce49 + 0ea3c63 commit 54c1148
Show file tree
Hide file tree
Showing 15 changed files with 949 additions and 82 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: "0"
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Report Sphinx Warnings
id: sphinx-warnings
# NOTE: myst-nb build warnings are logged in docs/_build/reports/*.err.log
Expand Down
3 changes: 2 additions & 1 deletion docs-requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
flytekit>=1.3.0
flytekit>=1.8.1
git+https://github.com/flyteorg/furo@main
pillow
psycopg2-binary
flytekitplugins-deck-standard
flytekitplugins-kfpytorch
flytekitplugins-sqlalchemy
jupytext
Expand Down
Loading

0 comments on commit 54c1148

Please sign in to comment.