Compare commits

...

2 Commits

Author SHA1 Message Date
Josh Gross
e1dec7fe98 Merge branch 'main' into bash-for-windows 2024-07-31 12:50:58 -04:00
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