Skip to content

Commit

Permalink
Merge pull request #79 from inspirehep/fix-2
Browse files Browse the repository at this point in the history
fix workflow setup
  • Loading branch information
MJedr authored Sep 13, 2023
2 parents 4eb7601 + 799487c commit 4b07841
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
matrix:
python-version: [2.7.17]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
python-version: ${{ matrix.python-version }}
fetch-depth: 0
- name: Install python dependencies
run: |
pip2 install --user --upgrade pip setuptools
Expand Down Expand Up @@ -107,6 +112,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
python-version: 2.7.17
fetch-depth: 0

- name: Install python dependencies
Expand Down

0 comments on commit 4b07841

Please sign in to comment.