Skip to content

Commit

Permalink
Removed docker-compose step erroneously copied from another project
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jun 30, 2023
1 parent 37eed57 commit 637f395
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
allow-prereleases: true
cache: pip
cache-dependency-path: pyproject.toml
- name: Start external services
run: docker-compose up -d
- name: Install dependencies
run: pip install .[test] coverage
- name: Test with pytest
Expand Down

0 comments on commit 637f395

Please sign in to comment.