Skip to content

Commit

Permalink
update compiler (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllyW authored Jan 13, 2025
1 parent de9e28e commit 93bdcdb
Show file tree
Hide file tree
Showing 4 changed files with 652 additions and 558 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
pip install --upgrade pip setuptools wheel virtualenv
npm install -g pnpm
pnpm install
cd src/typespec
pnpm install
- name: Set build variables
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@pnpm/find-workspace-packages": "^6.0.9",
"@pnpm/logger": "^5.0.0",
"@azure-tools/typespec-liftr-base": "^0.4.0",
"@azure-tools/typespec-liftr-base": "^0.6.0",
"rimraf": "~5.0.5"
},
"syncpack": {
Expand Down
Loading

0 comments on commit 93bdcdb

Please sign in to comment.