Skip to content

Commit

Permalink
re-consolidate to one job
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 7, 2023
1 parent d50cfd3 commit 57776f1
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
contents: read

jobs:
build:
build_lint_test:

runs-on: ubuntu-latest
# services:
Expand All @@ -37,20 +37,6 @@ jobs:
- name: Install dependencies
run: |
poetry install
test:
runs-on: ubuntu-latest
needs: build
steps:
# - uses: actions/checkout@v3
# - name: Set up Python 3.9
# uses: actions/setup-python@v3
# with:
# python-version: "3.9"
# - name: Install Poetry
# uses: snok/install-poetry@v1
# - name: Install dependencies
# run: |
# poetry install
- name: Test with pytest
run: |
poetry run pytest
Expand Down

0 comments on commit 57776f1

Please sign in to comment.