Skip to content

Commit

Permalink
Update environment variable paths for self-hosted runner in python-te…
Browse files Browse the repository at this point in the history
…sts-and-publish.yml
  • Loading branch information
dxns-hub committed Dec 5, 2024
1 parent dff41b2 commit 232ef02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
test:
runs-on: self-hosted
env:
RUNNER_TOOL_CACHE: /mnt/c/Users/dxn00/OneDrive/Apps/actions-runner/_work/_tool
AGENT_TOOLSDIRECTORY: /mnt/c/Users/dxn00/OneDrive/Apps/actions-runner/_work/_tool
RUNNER_TOOL_CACHE: /home/dixon/actions-runner/_work/_tool
AGENT_TOOLSDIRECTORY: /home/dixon/actions-runner/_work/_tool
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
Expand Down

0 comments on commit 232ef02

Please sign in to comment.