We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1e5e4 commit a2ece1eCopy full SHA for a2ece1e
.github/actions/gmt-pytest/action.yml
@@ -31,6 +31,9 @@ runs:
31
path: venv
32
key: pip-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}-${{ hashFiles('metric_providers/psu/energy/ac/xgboost/machine/model/requirements.txt') }}
33
34
+ - name: Setup upterm session
35
+ uses: lhotari/action-upterm@v1
36
+
37
- name: install script and packages
38
shell: bash
39
working-directory: ${{ inputs.gmt-directory }}
0 commit comments