You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Uses [actions/setup-python](https://github.com/actions/setup-python) with pip cache
16
+
- Uses actions/checkout
17
+
- Uses actions/setup-python with pip cache
18
18
- Installs `requirements.txt` and runs a simple test
19
19
- Includes `dependabot.yml` to automatically check for package updates
20
20
@@ -65,7 +65,7 @@ See the [workflow](.github/workflows/branch_name.yml).
65
65
66
66
<br/>You can cache files, directories, or a combination of them. If you want to test for a cache hit, keep in mind that it only occurs if it matches the primary cache `key`. A partial match on `restore-keys` is still considered a cache miss.
@@ -115,7 +115,7 @@ See the [workflow](.github/workflows/env_var.yml).
115
115
116
116
The action also includes an object with the current workflow context, references to other useful packages, and it's a pre-authenticated octokit/rest.js client.
0 commit comments