Skip to content

Commit 9a89c13

Browse files
committed
Update pyproject and lock file
1 parent b417c51 commit 9a89c13

5 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/testing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
environments: tests
2323
# don't activate env (we'll call pixi run -e test explicitly)
2424
activate-environment: false
25-
frozen: true
26-
locked: false # TODO: Re-enable once we have figured out the lock file not up to date issues in CI
2725

2826
- name: Verify pixi and run tests
2927
run: |

pixi.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "crazyflow"
77
dynamic = ["version"]
88
description = "Fast, parallelizable simulations of Crazyflies with JAX and MuJoCo."
9+
authors = [{ name = "Martin Schuck" }, { name = "Marcel Rath" }]
910
readme = "README.md"
1011
license = { file = "LICENSE" }
1112
classifiers = [

submodules/drone-controllers

submodules/drone-models

0 commit comments

Comments
 (0)