Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My work #694

Merged
merged 13 commits into from
Feb 27, 2024
Prev Previous commit
Next Next commit
next try to even get ssh
  • Loading branch information
ribalba committed Feb 26, 2024
commit db14489a6211c4f586effa1594c11e36db709ace
5 changes: 2 additions & 3 deletions .github/actions/gmt-pytest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ runs:
path: venv
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') }}

- uses: fawazahmed0/action-debug@main
with:
credentials: "user:password123456"
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: install script and packages
shell: bash
Expand Down