Skip to content

Commit

Permalink
Debug...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Oct 21, 2024
1 parent c102e26 commit 54ef36d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
distribution: 'temurin'
java-version: '8'

- run: pip install setuptools
- run: ${{ matrix.info.cmd }}

- uses: actions/upload-artifact@v4
Expand Down
21 changes: 8 additions & 13 deletions .github/workflows/build_ft_wheel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build JPY distributions
name: Build Free-Threaded JPY distributions

on:
pull_request:
Expand All @@ -23,24 +23,19 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: astral-sh/setup-uv@v3
- run: |
uv python install 3.13t
uv venv --python 3.13t
. .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
# - uses: actions/setup-python@v5
# with:
# python-version: ${{ matrix.info.python }}

- uses: actions/setup-java@v4
id: setup-java
with:
distribution: 'temurin'
java-version: '8'

- run: pip install setuptools
- uses: astral-sh/setup-uv@v3
- run: |
uv python install 3.13t
uv venv --python 3.13t
source .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- run: ${{ matrix.info.cmd }}

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 54ef36d

Please sign in to comment.