Skip to content

fix(core-deps): update dependency pandas to v2.1.4 #251

fix(core-deps): update dependency pandas to v2.1.4

fix(core-deps): update dependency pandas to v2.1.4 #251

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
paths-ignore:
- 'CHANGELOG.md'
pull_request:
branches: [ master ]
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
-
name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
-
name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.5.1
-
name: Install dependencies
run: poetry install
-
name: Test with pytest
run: poetry run pytest tests/
-
name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Release
run: |
npm ci
npx semantic-release