Skip to content

Commit

Permalink
Merge pull request #196 from agimus-project/ci
Browse files Browse the repository at this point in the history
update CI
  • Loading branch information
nim65s authored Nov 26, 2024
2 parents 7e8730f + 2b0b8d7 commit 7ee7c98
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ updates:
schedule:
interval: "monthly"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
# TODO: uv.lock not yet in https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/dependency-graph-supported-package-ecosystems
10 changes: 8 additions & 2 deletions .github/workflows/conda-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: Tests with conda

on: [ push, pull_request ]
on:
push:
branches:
- dev
pull_request:
branches:
- dev

jobs:
test:
conda:
runs-on: ubuntu-latest
defaults:
run:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/pip-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: Tests with pip

on: [ push, pull_request ]
on:
push:
branches:
- dev
pull_request:
branches:
- dev

jobs:
test:
pip:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/uv-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: Tests with uv

on: [ push, pull_request ]
on:
push:
branches:
- dev
pull_request:
branches:
- dev

jobs:
test:
uv:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 7ee7c98

Please sign in to comment.