Skip to content

Commit

Permalink
Try to add DXC to PATH with Powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
ppenenko committed Jun 4, 2024
1 parent 813ee6c commit 69bd3d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
extract: true
tag: v1.8.2405
fileName: dxc_2024_05_24.zip
run: |
Add-Content $env:GITHUB_PATH .\dxc_2024_05_24
- name: Test with pytest
run: |
pytest

0 comments on commit 69bd3d6

Please sign in to comment.