Skip to content

chore(deps): bump nwtgck/actions-netlify from 3.0 to 4.0 (#112) #395

chore(deps): bump nwtgck/actions-netlify from 3.0 to 4.0 (#112)

chore(deps): bump nwtgck/actions-netlify from 3.0 to 4.0 (#112) #395

Workflow file for this run

on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
name: Linux installation
jobs:
test-ubuntu:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install package
run: pip install .
- name: Test import
run: python -c "import geoagent; print('geoagent import successful')"