Compare commits

...

1 Commits

Author SHA1 Message Date
Oleg A
4c753545d1 Explicit use bash for Windows 2024-04-16 03:19:56 +03:00

View File

@@ -513,6 +513,7 @@ jobs:
```yaml
- name: Get pip cache dir
id: pip-cache
shell: bash
run: |
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT