Skip to content

Commit

Permalink
Update GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jul 19, 2024
1 parent ca09b06 commit e65e6ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.x

- name: Install npm packages
run: npm install

- name: Install Python packages
run: python -m pip install setuptools

- name: Validate
run: npm run validate

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.x

- name: Install npm packages
run: npm install

- name: Install Python packages
run: python -m pip install setuptools

- name: Validate
run: npm run validate

Expand Down

0 comments on commit e65e6ea

Please sign in to comment.