Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .github/workflows/deploy-pypi.yml

This file was deleted.

12 changes: 11 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml

- name: Install node
if: ${{ matrix.python-version == '3.10' }}
uses: bahmutov/npm-install@v1
with:
working-directory: svelte

- name: Build Svelte
if: ${{ matrix.python-version == '3.10' }}
working-directory: svelte
run: npm run build

- name: Configure git
if: ${{ matrix.python-version == '3.10' }}
Expand Down Expand Up @@ -73,4 +84,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref || github.ref_name }}

119 changes: 75 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.