Skip to content

Commit

Permalink
workflow: Use makefile where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed May 3, 2024
1 parent 27cd03b commit 7e4d9e7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/vscode-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: |
python --version
python -m pip install --upgrade pip
python -m pip install --upgrade hatch tox towncrier 'importlib-resources<6'
python -m pip install --upgrade hatch towncrier
name: Install Build Tools
- run: |
Expand All @@ -57,10 +57,7 @@ jobs:
# Use in-repo version of esbonio for dev builds
echo "whl=${ESBONIO_WHL}"
ESBONIO_WHL=${ESBONIO_WHL} tox run -e bundle-deps
npm ci --prefer-offline
npm run package
ESBONIO=${ESBONIO_WHL} make dist
id: assets
name: Package Extension
Expand Down

0 comments on commit 7e4d9e7

Please sign in to comment.