Content-Length: 211974 | pFad | http://github.com/NOAA-ORR-ERD/py_gd/actions/runs/8272789478/workflow

68 cleaned out the kruft in the open_file function · NOAA-ORR-ERD/py_gd@e0cdf96 · GitHub
Skip to content

cleaned out the kruft in the open_file function #60

cleaned out the kruft in the open_file function

cleaned out the kruft in the open_file function #60

Workflow file for this run

name: Run tests with miniconda
on: [push]
jobs:
test:
name: Miniconda ${{ matrix.os }} Py${{ matrix.pyver }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest"]
pyver: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: test
# environment-file: environment.yml
python-version: ${{ matrix.pyver }}
auto-activate-base: false
- shell: bash -l {0}
run: |
conda config --add channels conda-forge
conda config --set channel_priority strict
# conda info
# conda list
- name: Build
shell: bash -l {0}
run: |
conda list
conda install python=${{ matrix.pyver }} --file conda_requirements.txt --file conda_requirements_dev.txt
pip install .
- name: Test
shell: bash -l {0}
run: |
pytest --pyargs py_gd
lint:
name: Flake8 linting
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: lint
python-version: ${{ matrix.pyver }}
auto-activate-base: false
- shell: bash -l {0}
run: |
conda config --add channels conda-forge
conda config --set channel_priority strict
- name: Lint
shell: bash -l {0}
run: |
conda install flake8
# flake8 config in setup.cfg
python -m flake8 --statistics py_gd/








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/NOAA-ORR-ERD/py_gd/actions/runs/8272789478/workflow

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy