We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dda33d commit 96dd3d3Copy full SHA for 96dd3d3
.github/workflows/pre-commit.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- uses: actions/checkout@v1
17
- uses: actions/setup-python@v1
18
+ - name: Install deps
19
+ run: sudo apt-get update && sudo apt-get install -y gettext
20
- name: set PY
21
run: echo >>$GITHUB_ENV PY="$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
22
- uses: actions/cache@v1
0 commit comments