Skip to content

Bump google-api-python-client from 2.137.0 to 2.138.0 #897

Bump google-api-python-client from 2.137.0 to 2.138.0

Bump google-api-python-client from 2.137.0 to 2.138.0 #897

Workflow file for this run

# This workflow is used to run the unittest of pyiron
name: Unittests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.11']
include:
- operating-system: ubuntu-latest
python-version: '3.10'
- operating-system: ubuntu-latest
python-version: '3.9'
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/[email protected]
with:
python-version: ${{ matrix.python-version }}
mamba-version: "*"
channels: conda-forge
channel-priority: strict
auto-update-conda: true
environment-file: .ci_support/environment.yml
miniforge-variant: Mambaforge
- name: Test
shell: bash -l {0}
timeout-minutes: 30
run: coverage run --omit gmailsorter/_version.py -m unittest discover tests