Skip to content

Commit

Permalink
update actions (env, next try)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmied committed Sep 19, 2024
1 parent cea6923 commit 608256c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE20: true
strategy:
fail-fast: false
matrix:
Expand All @@ -27,6 +25,8 @@ jobs:
uses: astral-sh/setup-uv@v2

- name: Set up Python ${{ matrix.python-version }}
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE20: true
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 608256c

Please sign in to comment.