Skip to content

Commit

Permalink
Revert CI changes from #835 (#850)
Browse files Browse the repository at this point in the history
CI changes in #835 are possible suspects of causing failures like
https://github.com/kaskada-ai/kaskada/actions/runs/6773940166/job/18413889767.

Reverting to see.
  • Loading branch information
bjchambers authored Nov 6, 2023
1 parent 229bb87 commit 3d54046
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ jobs:
poetry env use 3.11
source $(poetry env info --path)/bin/activate
poetry install --with=docs
pip install ${WHEEL} --force-reinstall
cd docs
python _scripts/lint_reference.py
deactivate
Expand All @@ -241,6 +242,8 @@ jobs:
run: |
poetry env use 3.11
source $(poetry env info --path)/bin/activate
poetry install --with=docs
pip install ${WHEEL} --force-reinstall
cd docs
python _scripts/gen_reference.py
python -m quartodoc interlinks
Expand Down Expand Up @@ -338,4 +341,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 3d54046

Please sign in to comment.