Skip to content

Commit

Permalink
Add tmate session
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Oct 1, 2024
1 parent 6415d04 commit f13a98d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,13 @@ jobs:
run: cp datagateway_api/search_api_mapping.json.example datagateway_api/search_api_mapping.json


- name: tmate session
uses: mxschmitt/action-tmate@v3

# See comment in noxfile.py for explanation regarding this step
- name: Downgrade setuptools
run: pip install --upgrade setuptools==70.0.0
if: matrix.python-version == '3.8' || matrix.python-version == '3.9' || matrix.python-version == '3.10'
#- name: Downgrade setuptools
# run: pip install --upgrade setuptools==70.0.0
# if: matrix.python-version == '3.8' || matrix.python-version == '3.9' || matrix.python-version == '3.10'
- name: Install dependencies
run: poetry install

Expand Down

0 comments on commit f13a98d

Please sign in to comment.