Skip to content

Commit

Permalink
Update data-int-only.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb authored Oct 3, 2021
1 parent ce2de6e commit 2565319
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/data-int-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ jobs:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- name: Python Setup
- name: Setup environment
run: |
cd /usr/share/locales
sudo ./install-language-pack de_DE.UTF-8
- name: Python setup
uses: actions/setup-python@v2
with:
python-version: '3.8'

- name: Python Cached pip
- name: Python cached pip
uses: actions/cache@v2
with:
# This path is specific to Ubuntu
Expand All @@ -40,7 +45,7 @@ jobs:
${{ runner.os }}-pip-
${{ runner.os }}-
- name: Python Install requirements
- name: Python install requirements
run: pip install -r py-requirements.txt

# Update data
Expand Down

0 comments on commit 2565319

Please sign in to comment.