Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley committed Jul 15, 2024
1 parent ccba891 commit 423bf03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
apt-get update && apt-get install -y curl python3-venv
pack --no-prompt run plasma.ipkg
python3 -m venv .venv
source .venv/bin/activate
. .venv/bin/activate
pip install -r plot/requirements.txt -c plot/constraints.txt
python3 plot/plot.py
mkdir docs
Expand Down
1 change: 0 additions & 1 deletion src/Main.idr
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ product2 : (a, b : Nat) -> (rest : List Nat) ->
product2 Z _ _ = Refl
product2 (S aa) _ _ = ?product2Succ

partial
main : IO ()
main = do
let key = tensor {dtype = U64} 1
Expand Down

0 comments on commit 423bf03

Please sign in to comment.