Skip to content
Merged
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
6 changes: 2 additions & 4 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- compass/**
- .github/workflows/ci-python.yml
- pyproject.toml
- pixi.lock
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -56,7 +55,6 @@ jobs:
environments: pdev

- run: |
pixi install -e pdev --locked
pixi run -e pdev --locked tests-u

unit-tests:
Expand Down Expand Up @@ -84,7 +82,7 @@ jobs:
environments: pdev

- run: |
pixi install -e pdev
pixi reinstall -e pdev NREL-COMPASS
pixi run -e pdev tests-u

integration-tests:
Expand Down Expand Up @@ -112,7 +110,7 @@ jobs:
environments: pdev

- run: |
pixi install -e pdev
pixi reinstall -e pdev NREL-COMPASS
pixi run -e pdev tests-i

tox-tests:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ on:
tags:
- 'c*.*.*'
- 'd*.*.*'
pull_request:
paths:
- crates/**
- Cargo.toml
- Cargo.lock
- .github/workflows/ci-rust.yml
- pyproject.toml
- pixi.lock
pull_request:
paths:
- crates/**
- Cargo.toml
- Cargo.lock
- .github/workflows/ci-rust.yml
- pyproject.toml
schedule:
- cron: '0 5 * * 1'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- compass/**
- .github/workflows/docs.yml
- pyproject.toml
- pixi.lock
push:
branches: [main]
paths:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/update_pixi_lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
permissions:
contents: write
pull-requests: write
workflows: write

jobs:
update:
Expand All @@ -32,7 +31,7 @@ jobs:
run: |
pixi update
pixi update nrel-compass
pixi install
pixi reinstall -e pdev

- name: Determine trigger message
id: trigger
Expand Down