Commit 095332c
committed
Fix GH action
This commit fixes an issue with "setup-python" expecting a `requirements.txt` for hashing if dependency caching like `pip` is enabled. This action should be callable in workflows even if such a file does not exist. Therefore we create it manually.
Signed-off-by: Tobias Wolf <[email protected]>setup to allow "setup-python" with pip cache enabled1 parent 269fcc4 commit 095332c
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
0 commit comments