Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Jul 22, 2024
1 parent 2be8143 commit a76573a
Showing 1 changed file with 14 additions and 23 deletions.
37 changes: 14 additions & 23 deletions .github/py-shiny/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,42 +31,33 @@ runs:
run: |
uv venv
- name: Pip list
shell: bash
run: |
uv pip list
- name: Install dependencies
shell: bash
run: |
uv pip install "htmltools @ git+https://github.com/posit-dev/py-htmltools.git"
source .venv/bin/activate
# make install-deps
uv pip install -e ".[dev,test]"
- name: Pip list
shell: bash
run: |
uv pip list
source .venv/bin/activate && \
make install-deps
- name: Install
shell: bash
run: |
# make install
source .venv/bin/activate && \
make install
source .venv/bin/activate
# source .venv/bin/activate
# make clean
# # make clean
# make dist
uv pip install setuptools
python setup.py sdist
python setup.py bdist_wheel
ls -l dist
# # make dist
# uv pip install setuptools
# python setup.py sdist
# python setup.py bdist_wheel
# ls -l dist
# make install
uv pip uninstall shiny
uv pip install dist/shiny*.whl
# # make install
# uv pip uninstall shiny
# uv pip install dist/shiny*.whl
- name: Install backports.tarfile
if: ${{ startsWith(inputs.python-version, '3.8') }}
Expand Down

0 comments on commit a76573a

Please sign in to comment.