Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed May 2, 2022
1 parent f1b3cb8 commit 71f98a9
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 @@ -28,6 +28,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.pythonversion }}
- name: Setup Docker Compose v2
run: |
curl -LJs https://github.com/docker/compose/releases/download/v2.1.0/docker-compose-linux-x86_64 > /usr/local/bin/docker-compose
- name: Install Dependencies
run: make install
- name: Run tests
Expand Down

0 comments on commit 71f98a9

Please sign in to comment.