Skip to content

workflows folder

workflows folder #14

Workflow file for this run

name: Perlmutter
on:
push:
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
compiler: [g++]
steps:
- uses: actions/checkout@v4
- name: checkout omega_h
uses: actions/checkout@v4
with:
path: omega_h
- name: install globus
run: pip install globus-compute-sdk
- name: setup python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: run python
run: python ${{github.workspace}}/omega_h/.github/workflows/hello.py