Skip to content

Commit

Permalink
remove mongo from pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
eagmon committed Feb 27, 2024
1 parent a130061 commit aa162c5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ on:
jobs:
run-tests:
runs-on: ubuntu-latest

services:
mongodb:
image: mongo
ports:
- 27017:27017


steps:
- name: Check out repository
uses: actions/checkout@main
Expand Down

0 comments on commit aa162c5

Please sign in to comment.