Skip to content

Commit

Permalink
bumper to newer docker invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpatto committed Dec 20, 2023
1 parent 9633f91 commit afa5796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Set up compose stack
run: |
docker-compose -f docker-compose.yml -f docker-compose.ci.yml up -d
docker compose -f docker-compose.yml -f docker-compose.ci.yml up -d
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand All @@ -97,4 +97,4 @@ jobs:
- name: Tear down compose stack
run: |
docker-compose -f docker-compose.yml -f docker-compose.ci.yml down
docker compose -f docker-compose.yml -f docker-compose.ci.yml down

0 comments on commit afa5796

Please sign in to comment.