Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

removed unsued imports #16

removed unsued imports

removed unsued imports #16

Workflow file for this run

name: Integration
on: [workflow_dispatch, push]
jobs:
ci:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@v4
with:
show-progress: false
- name: Set up Python
uses: actions/setup-python@v4
- name: Set up Conda
uses: s-weigand/setup-conda@v1
- name: Lint with Ruff
run: |
pip install ruff
ruff --output-format=github .