Skip to content

Commit

Permalink
Install python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
keeprocking committed Jul 9, 2024
1 parent 50bf530 commit a3db1bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: bootstrap
- name: Install python dependencies
run: |
pip install requests pytest-cov coveralls
pip install -e .
- name: Set up graylog
working-directory: .
run: |
docker compose -f tests/config/docker-compose.yml up -d
sleep 120
./tests/config/bootstrap
- name: tests
- name: Run tests
working-directory: .
run: pytest -v --cov=pygelf
1 change: 0 additions & 1 deletion tests/config/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '2'
services:
mongo:
image: "mongo:3.3"
Expand Down

0 comments on commit a3db1bc

Please sign in to comment.