Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nerfacc
Commits
59c88c62
Unverified
Commit
59c88c62
authored
Feb 01, 2023
by
Saurav Maheshkar
Committed by
GitHub
Jan 31, 2023
Browse files
feat(ci): switch caching to `actions/setup-python@v4` (#149)
parent
df74091c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
.github/workflows/code_checks.yml
.github/workflows/code_checks.yml
+2
-4
No files found.
.github/workflows/code_checks.yml
View file @
59c88c62
...
...
@@ -19,10 +19,8 @@ jobs:
uses
:
actions/setup-python@v4
with
:
python-version
:
"
3.8.12"
-
uses
:
actions/cache@v2
with
:
path
:
${{ env.pythonLocation }}
key
:
${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
cache
:
"
pip"
cache-dependency-path
:
pyproject.toml
-
name
:
Install dependencies
run
:
|
pip install isort black
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment