Skip to content

Supply Curve Aggregation by Zone within GIDs #16

Supply Curve Aggregation by Zone within GIDs

Supply Curve Aggregation by Zone within GIDs #16

Workflow file for this run

name: s3 fsspec tests
on: pull_request
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10"]
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
shell: bash
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install .[s3]
- name: Run pytest and Generate coverage report
shell: bash
run: |
python -m pytest -v tests/s3_tests.py --disable-warnings