XanaduAI / thewalrus

A library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling.
https://the-walrus.readthedocs.io
Apache License 2.0
101 stars 55 forks source link

Use GitHub actions instead of Travis #219

Closed thisac closed 3 years ago

thisac commented 3 years ago

Context: Move from using Travis to using GitHub Actions for CI (only Linux) due to Travis not running properly (due to no-more-free-credits).

Description of the Change: All traces of Travis is removed, and replaced with a GitHub Actions workflow.

Benefits: Test should keep on running (and working)

Possible Drawbacks: None

Related GitHub Issues: None

josh146 commented 3 years ago

Still seems to be happening 😢

==> Pouring libomp-11.0.0.high_sierra.bottle.tar.gz
🍺  /usr/local/Cellar/libomp/11.0.0: 9 files, 1.4MB
==> No outdated dependents to upgrade!
==> Checking for dependents of upgraded formulae...
==> Reinstalling 1 broken dependent from source:
python@2
codecov[bot] commented 3 years ago

Codecov Report

Merging #219 (670cbd9) into master (487957e) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #219   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        20    -1     
  Lines         1204      1191   -13     
=========================================
- Hits          1204      1191   -13     
Impacted Files Coverage Δ
thewalrus/__init__.py

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 487957e...670cbd9. Read the comment docs.

josh146 commented 3 years ago

@thisac is this ready to be reviewed and merged? How did the tests on EC2 go?

thisac commented 3 years ago

@josh146 All tests pass when building the wheels, so I think this is good to go!