Skip to content

Commit

Permalink
custom home dir in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maniospas committed Jan 26, 2025
1 parent 2906416 commit e7020ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
strategy:
matrix:
python-version: ["3.11"] # TODO: re-enable 3.8 for 3.6 compatibility
env:
HOME: /github/home
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -54,6 +56,8 @@ jobs:
strategy:
matrix:
python-version: ["3.13"]
env:
HOME: /github/home
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e7020ff

Please sign in to comment.