Remove poetry from github actions

This commit is contained in:
Andreas Zweili 2023-08-28 20:18:17 +02:00
parent 0fb8faa4ec
commit 08d0bf7963
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Environment setup
run: nix develop --command bash -c "poetry install"
- name: Test
run: nix develop --command bash -c "dev test"
env: