Skip to content

Commit

Permalink
update actions (env, add env to checkout)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmied committed Sep 19, 2024
1 parent 608256c commit 3315569
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 @@ -20,13 +20,13 @@ jobs:

steps:
- uses: actions/checkout@v4
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE20: true

- name: Install uv
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 3315569

Please sign in to comment.