Skip to content

Commit

Permalink
Reapply "try using pip for now. Revert commit later!"
Browse files Browse the repository at this point in the history
This reverts commit 5e7a61c.
  • Loading branch information
schloerke committed Oct 7, 2024
1 parent 62d52ae commit 02e8f91
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/py-shiny/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ runs:
- name: Install dependencies
shell: bash
run: |
make ci-install-deps
make install-deps
- name: Install
shell: bash
run: |
make ci-install-wheel
make install-wheel
- name: Pip list
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Install dependencies
run: |
make ci-install-docs
make install-docs
- name: Run quartodoc
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Install rsconnect (GitHub)
if: ${{ ! matrix.config.pypi_rsconnect }}
run: |
make ci-install-rsconnect
make install-rsconnect
- name: Test that deployable example apps work
timeout-minutes: 5 # ~10s locally
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
run: |
make check-format
- name: Verify code can run with mypy (not Windows)
if: steps.install.outcome == 'success' && (success() || failure()) && matrix.os != 'windows-latest'
run: |
make ci-check-mypy-can-run
# - name: Verify code can run with mypy (not Windows)
# if: steps.install.outcome == 'success' && (success() || failure()) && matrix.os != 'windows-latest'
# run: |
# make ci-check-mypy-can-run

pypi:
name: "Deploy to PyPI"
Expand Down

0 comments on commit 02e8f91

Please sign in to comment.