Skip to content

Commit

Permalink
add add upterm session
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Jan 12, 2024
1 parent d398c5d commit 087bfaa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@ jobs:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-latest]
python-version: ["3.7"] #, "3.8", "3.9", "3.10", "3.11"]
include:
- os: ubuntu-latest
- platform: ubuntu-latest
INSTALL_DEPS: sudo apt-get install libeigen3-dev
- os: macos-latest
- platform: macos-latest
INSTALL_DEPS: brew install eigen
python-version: ["3.7"] #, "3.8", "3.9", "3.10", "3.11"]
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v4
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 087bfaa

Please sign in to comment.