Skip to content

Commit

Permalink
Fix GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
charmoniumQ committed Mar 8, 2024
1 parent d4835c5 commit e5b9d4a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 19 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: cachix/install-nix-action@v26

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: ci.sh
run: nix develop --command ./ci.sh
53 changes: 36 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ click = "^8.1.7"
tomlkit = "^0.12.3"
rich = "^13.7.0"
platformdirs = "^4.2.0"
rich-click = "^1.7.3"


[tool.poetry.group.dev.dependencies]
mypy = "^1.8.0"
pytest = "^8.1.0"
pytest = "^8.0.2"

[tool.poetry.scripts]
zilch = 'zilch.cli:cli'
Expand Down

0 comments on commit e5b9d4a

Please sign in to comment.