Skip to content

Prepend user-supplied user-agent (#122) #308

Prepend user-supplied user-agent (#122)

Prepend user-supplied user-agent (#122) #308

Workflow file for this run

name: Build package
on:
pull_request:
branches:
- trunk
push:
branches:
- trunk
- release-*
tags:
- v*
workflow_dispatch:
jobs:
Build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.11', '3.12']
name: Build on ${{ matrix.os }} with ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install spicepy from pip
run: |
pip install git+https://github.com/spiceai/spicepy