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

Commit

Permalink
Install depenencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Aug 3, 2020
1 parent 1df0e6c commit bbcd16a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,13 @@ jobs:
if: github.ref == 'refs/heads/master'

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: make install
- name: check if we can publish
id: check
run: echo ::set-output name=release::$(make test-version)
Expand Down

0 comments on commit bbcd16a

Please sign in to comment.