Skip to content

Commit

Permalink
echo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 9, 2022
1 parent ca7fa1e commit e59bb20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/full_test.yml
Expand Up @@ -40,7 +40,6 @@ jobs:
cache: "pip"

- name: Install Python dependencies
shell: bash -l {0}
run: |
python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools
python${{ matrix.python-version }} -m piptools sync --user requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -39,7 +39,6 @@ jobs:
mongodb-version: ${{ matrix.mongodb-version }}

- name: Install Python dependencies
shell: bash -l {0}
run: |
python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools
python${{ matrix.python-version }} -m piptools sync --user requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
Expand All @@ -50,5 +49,7 @@ jobs:
run: |
# Sleeping to allow mongo a bit more time to boot, avoiding connect errors
sleep 10
echo "start mongo ..."
mongo localhost/admin --eval 'db.createUser({user: "admin",pwd: "password",roles: [ { role: "root", db: "admin" } ]})'
echo "run tests ..."
python${{ matrix.python-version }} -m pytest --cov=matminer matminer

0 comments on commit e59bb20

Please sign in to comment.