Skip to content

Commit

Permalink
Merge 5aaa07f into e60acd2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Jul 31, 2020
2 parents e60acd2 + 5aaa07f commit f8c69f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
# Fetch all history for all tags and branches
with:
fetch-depth: 0
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8

# Test (steps from pytest workflow)
- name: Build docker images
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/official-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
# Fetch all history for all tags and branches
with:
fetch-depth: 0
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8

# Build
- name: Build docker images
Expand Down

0 comments on commit f8c69f1

Please sign in to comment.