Skip to content

Commit 5e7a61c

Browse files
committed
Revert "try using pip for now. Revert commit later!"
This reverts commit cf723ec.
1 parent cf723ec commit 5e7a61c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/py-shiny/setup/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ runs:
3333
- name: Install dependencies
3434
shell: bash
3535
run: |
36-
make install-deps
36+
make ci-install-deps
3737
3838
- name: Install
3939
shell: bash
4040
run: |
41-
make install-wheel
41+
make ci-install-wheel
4242
4343
- name: Pip list
4444
shell: bash

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Install dependencies
4040
run: |
41-
make install-docs
41+
make ci-install-docs
4242
4343
- name: Run quartodoc
4444
run: |

.github/workflows/deploy-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Install rsconnect (GitHub)
9898
if: ${{ ! matrix.config.pypi_rsconnect }}
9999
run: |
100-
make install-rsconnect
100+
make ci-install-rsconnect
101101
102102
- name: Test that deployable example apps work
103103
timeout-minutes: 5 # ~10s locally

.github/workflows/pytest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
run: |
5959
make check-format
6060
61-
# - name: Verify code can run with mypy (not Windows)
62-
# if: steps.install.outcome == 'success' && (success() || failure()) && matrix.os != 'windows-latest'
63-
# run: |
64-
# make ci-check-mypy-can-run
61+
- name: Verify code can run with mypy (not Windows)
62+
if: steps.install.outcome == 'success' && (success() || failure()) && matrix.os != 'windows-latest'
63+
run: |
64+
make ci-check-mypy-can-run
6565
6666
pypi:
6767
name: "Deploy to PyPI"

0 commit comments

Comments
 (0)