Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
25 changes: 25 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: CI

on:
push:
pull_request:
types: [opened, synchronize]

jobs:
Security:
name: Security Pipeline
uses: uc-cdis/.github/.github/workflows/securitypipeline.yaml@master
with:
python-poetry: 'false'
secrets: inherit # pragma: allowlist secret
UnitTest:
name: Python Unit Test
uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@master
strategy:
matrix:
# the versions for which we require the CI to pass on PRs can
# be updated in the repo settings (branch rules)
version: ['3.9', '3.10','3.11','3.12','3.13']
fail-fast: false # run for all versions even if one of them fails
with:
python-version: ${{matrix.version}}
32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

17 changes: 0 additions & 17 deletions Pipfile

This file was deleted.

Loading
Loading