Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update plugin to include docs and fix docker build #7

Merged
merged 4 commits into from
Jan 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump pyproject version
Signed-off-by: vsoch <[email protected]>
vsoch committed Jan 11, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit dc6a1be2350ec436fdf52c4d4cc03dff95a8ac51
140 changes: 0 additions & 140 deletions .github/workflows/ci.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/ci_true_api.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: test-googlebatch-true-api

on:
workflow_dispatch:

jobs:
testing-true-api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Install poetry
run: pip install poetry

- name: Determine dependencies
run: poetry lock

- name: Install dependencies
run: poetry install
18 changes: 18 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test snakemake-executor-kueue

on:
pull_request: []

jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup black linter
run: conda create --quiet --name black pytest

- name: Check Spelling
uses: crate-ci/typos@7ad296c72fa8265059cc03d1eda562fbdfcd6df2 # v1.9.0
with:
files: ./README.md
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/ex
keywords = ["snakemake", "plugin", "executor", "flux", "flux-framework"]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.11"
snakemake-interface-common = "^1.14.0"
snakemake-interface-executor-plugins = "^8.1.1"