Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
martis42 committed Jan 28, 2024
1 parent e578d19 commit 649f349
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
version: '6.4.0'
- name: Integration tests - Applying fixes
run: |
echo "---"
echo "$Env:PATH"
echo "---"
echo "PATH=$env:PATH;D:\bin" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
& D:\bin\buildozer.exe --version
& buildozer.exe --version
buildozer.exe --version
buildozer --version
python test/apply_fixes/execute_tests.py -t unused_dependency/remove_unused_public_dep -v

0 comments on commit 649f349

Please sign in to comment.