Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit 68c77c1

Browse files
authored
Merge pull request #42 from MetacitySuite/dev
Added Python setup to CI
2 parents 4d50c73 + ce49412 commit 68c77c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090
- uses: actions/checkout@v2
9191
with:
9292
submodules: 'recursive'
93+
- name: Set up Python 3.8
94+
uses: actions/setup-python@v2
95+
with:
96+
python-version: 3.8
9397
- name: "Get release version"
9498
run: |
9599
CURRENT_VERSION=$(python3 setup.py --version)

0 commit comments

Comments
 (0)