Skip to content

Commit

Permalink
Pin Flask to ^2.0.3 in pyproject.toml #467
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Dec 21, 2023
1 parent e9e6679 commit d687d5d
Show file tree
Hide file tree
Showing 3 changed files with 1,041 additions and 1,110 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,9 @@ jobs:
- name: Start API
run: timeout 10 python -m datagateway_api.src.main || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: always()
#- name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# if: always()

test-job:
runs-on: ubuntu-22.04
Expand Down
Loading

0 comments on commit d687d5d

Please sign in to comment.