mretegan / crispy

Core-Level Spectroscopy Simulations in Python
http://www.esrf.eu/computing/scientific/crispy
MIT License
40 stars 14 forks source link

Suggestion for #35 - CI/CD-Pipeline #36

Closed Anselmoo closed 3 years ago

Anselmoo commented 4 years ago

Contains a CI/CD pipeline for Issue #35 :

  1. Python
  2. Anaconda

Can be extended by a new section for docs and deploying like:


 docs:
    name: Documentation
    runs-on: ubuntu-latest
    - run: | ...

 deploy:
    name: deploy
    runs-on: ubuntu-latest
    - run: | ...
mretegan commented 4 years ago

@Anselmoo Thanks for this pull request. The files will need to be updated to reflect the supported Python versions. I will have a look ASAP.