Skip to content

Commit

Permalink
Migrate to google-cloud-compute package
Browse files Browse the repository at this point in the history
Drop requirement on discovery API
  • Loading branch information
smarlowucf committed Mar 13, 2024
1 parent d11974e commit afea1e7
Show file tree
Hide file tree
Showing 7 changed files with 282 additions and 342 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,6 @@ name: Continuous testing & Linting
on: [push]

jobs:
test36:

runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
- name: Lint with flake8
run: |
flake8 img_proof
flake8 tests --exclude=data
- name: Test with pytest
run: |
pytest --cov=img_proof
testall:

runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit afea1e7

Please sign in to comment.