Skip to content

Commit

Permalink
Merge branch 'main' into hf-kklein-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Aug 7, 2024
2 parents a50399d + ecd0d6b commit 00a36ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Create .env file
run: python create_env_file.py
- name: Start containers
run: docker-compose up -d
run: docker compose up -d
- name: Run Tests and Record Coverage
run: |
tox -e coverage
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Create .env file
run: python create_env_file.py
- name: Start containers
run: docker-compose up -d
run: docker compose up -d
- name: Run tests
run: |
tox -e tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Create .env file
run: python create_env_file.py
- name: Start containers
run: docker-compose up -d
run: docker compose up -d
- name: Run the Unit Tests via Tox
run: |
tox -e tests
2 changes: 1 addition & 1 deletion dev_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.1
pytest==8.3.2
# via -r dev_requirements/requirements-tests.in

0 comments on commit 00a36ab

Please sign in to comment.