Skip to content

Commit

Permalink
Merge pull request #5122 from Alnusjaponica/remove-resolved-todo
Browse files Browse the repository at this point in the history
Clean up workflow file
  • Loading branch information
eukaryo committed Nov 21, 2023
2 parents 17b5115 + 2223bd6 commit bed986a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/checks-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
sudo apt-get update
sudo apt-get -y install openmpi-bin libopenmpi-dev libopenblas-dev
# TODO(Shinichi): Remove the version constraint on SQLAlchemy
- name: Install
run: |
python -m pip install -U pip
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
python-version: 3.8

# TODO(c-bata): Remove the version constraint on SQLAlchemy
- name: Install
run: |
python -m pip install -U pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
run: |
pytest tests -m "integration"
- name: Tests
if: ${{ github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' }}
run: |
Expand Down

0 comments on commit bed986a

Please sign in to comment.