Skip to content

Commit

Permalink
remove redundant build directives
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 7, 2023
1 parent 9ad42ee commit bbb8888
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
- 27017:27017
options: --health-cmd "mongo --version" --health-interval 10s --health-timeout 5s --health-retries 12
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
# - 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 bbb8888

Please sign in to comment.