Skip to content

Commit

Permalink
Merge pull request #375 from dyson-ai/feature/update_from_template
Browse files Browse the repository at this point in the history
Feature/update from template
  • Loading branch information
blooop authored May 26, 2024
2 parents 7fe21b5 + 0216939 commit 6cfb884
Show file tree
Hide file tree
Showing 4 changed files with 1,197 additions and 154 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,20 @@ permissions:
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
environment: [py310, py311]
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.22.0
cache: true
environments: ${{ matrix.environment }}
- name: CI
run: |
pixi run ci
pixi run -e ${{ matrix.environment }} ci
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[![GitHub release](https://img.shields.io/github/release/dyson-ai/bencher.svg)](https://GitHub.com/dyson-ai/bencher/releases/)
[![License](https://img.shields.io/pypi/l/bencher)](https://opensource.org/license/mit/)
[![Python](https://img.shields.io/badge/python-3.10-blue)](https://www.python.org/downloads/release/python-310/)
[![Python](https://img.shields.io/badge/python-3.11-blue)](https://www.python.org/downloads/release/python-311/)
[![Pixi Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json)](https://pixi.sh)

## Badges
Expand Down
Loading

0 comments on commit 6cfb884

Please sign in to comment.