Skip to content

Commit

Permalink
skip e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
alphabiz-se4 committed Sep 13, 2024
1 parent 5fdbf2c commit 02ffad6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
file-name-lower: ${{ steps.slug.outputs.file-name-lower }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
node-version: [16]
include:
- os: macos-latest
node-version: 18
- os: windows-latest
node-version: 16
fail-fast: false
Expand Down Expand Up @@ -280,6 +282,12 @@ jobs:
echo "commit-sha7: ${{ steps.nightly.outputs.commit-sha7 }}"
shell: bash

- name: install setuptools (mac)
if: runner.os == 'macOS'
run: |
pip install setuptools
pip install distutils
- name: Install dependencies 👨🏻‍💻
uses: nick-fields/retry@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"targetTagName": "main",
"newTagName": "0.3.2"
"newTagName": "0.3.3"
}

0 comments on commit 02ffad6

Please sign in to comment.