Skip to content

Commit

Permalink
Test python-flint
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 2, 2024
1 parent 0a67a15 commit 0cb2aa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,11 @@ jobs:
python3 -m pip install -U pip
python3 -m pip install -U pytest
python3 -m pip install -U tqdm
python3 -m pip install -vvv coverage>=7.4.2
python3 -m pip install python-flynt
- name: Test
run: |
python --version
python test.py
python -m pip --version
jq --version
- run: |
python -m pip install uv
uv --version
uv venv
uv pip install norwegianblue --color=always
15 changes: 3 additions & 12 deletions test.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
#!/usr/bin/env python
import sys
from flint import *

from tqdm import tqdm

print(123)

print(sys.version)

for i in tqdm(range(1000)):
pass

print("My PIN is 1234")
print(fmpz(1000).partitions_p())
print(fmpq.bernoulli(64))

0 comments on commit 0cb2aa4

Please sign in to comment.