Skip to content
Snippets Groups Projects
Commit b6f1e5aa authored by Ellis Percival's avatar Ellis Percival
Browse files

Use correct version of Python when publishing

parent 36c027d7
Branches
Tags
No related merge requests found
...@@ -30,6 +30,8 @@ jobs: ...@@ -30,6 +30,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: pip install black - run: pip install black
if: matrix.python-version != '2.7' if: matrix.python-version != '2.7'
- run: pip install -r requirements.txt - run: pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment