Skip to content

Commit

Permalink
Fix for PyYAML.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer committed Jul 30, 2023
1 parent b9bc81b commit fa377c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: |
Pipfile
setup.py
pyproject.toml
- uses: isbang/compose-action@v1.4.1
with:
compose-file: "./docker-compose.yml"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ test = [
"build",
"twine",
"fastapi",
"docker-compose",
"wait-for-it",
]
speedups = [
Expand Down

0 comments on commit fa377c3

Please sign in to comment.