Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/sqlalchemy #508

Merged
merged 40 commits into from
Dec 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
307e7ed
Fixed aliased parameter
Nov 20, 2024
b61a5b8
added pandoc to yml file
Nov 20, 2024
4a541e6
Test workflow without examples
Nov 20, 2024
1480ce9
Test workflow without examples
Nov 20, 2024
1d0fd04
Test workflow without examples attempt 3
Nov 20, 2024
7b80971
Test workflow without examples attempt 4
Nov 20, 2024
9114879
Test workflow without examples attempt 5
Nov 20, 2024
d6d6934
Test workflow without examples attempt 6
Nov 20, 2024
0c323b6
Test workflow without examples attempt 7
Nov 20, 2024
0d3c02d
Test workflow without examples attempt 8
Nov 20, 2024
b6411cb
Test workflow without examples new
Nov 20, 2024
0aebe1a
Test workflow without examples new 3
Nov 20, 2024
c5e775f
Add pip pandoc
Nov 20, 2024
d4d9c88
deleted examples
Nov 20, 2024
8530cee
readded one example
Nov 20, 2024
689bfcc
test without exampels again
Nov 20, 2024
8ba2635
Revert "test without exampels again"
Nov 20, 2024
7135d12
Revert "readded one example"
Nov 20, 2024
0fd359d
Readded examples
Nov 20, 2024
5c12930
numpy.product deprecated
Nov 20, 2024
7d6bea2
numpy.product deprecated 2
Nov 20, 2024
a7be335
Reverted to old yml file
Nov 21, 2024
6b1e74b
Test in py36
Nov 21, 2024
e653f7e
Test in py36.7
Nov 21, 2024
821594b
Test in py39
Nov 21, 2024
b499803
Removed examples
Nov 22, 2024
651504d
Just one example
Nov 22, 2024
931c0b0
fixed doc in add_qubit_sweep
Nov 22, 2024
35599b8
restored docs
Nov 22, 2024
73ee768
added pandoc docker
Nov 22, 2024
b43964a
added pandoc docker v2
Nov 22, 2024
48f26ae
Tried installing pandoc with sudo
Dec 2, 2024
bfb419f
Tried installing pandoc with sudo 2
Dec 2, 2024
3ec2664
Tried installing pandoc with sudo 3
Dec 2, 2024
f2f7ed5
reverted to previous version
Dec 2, 2024
996e54f
Changed actions version
ranzani Dec 2, 2024
42a6abb
updated cache version
ranzani Dec 2, 2024
d77df36
reverted t ov2
ranzani Dec 2, 2024
d2f7c70
cache v4
ranzani Dec 2, 2024
f1811b7
Finally figured out bug
ranzani Dec 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test workflow without examples attempt 5
  • Loading branch information
lranzani committed Nov 20, 2024
commit 9114879ab15b5c8e1660c02d7a071e8578a11396
2 changes: 1 addition & 1 deletion .github/workflows/actions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Python Package using Conda
on:
push:
paths-ignore:
- 'doc/examples/*'
- 'doc/examples/*'
jobs:
build-linux:
runs-on: ubuntu-latest
Expand Down