Skip to content

Commit

Permalink
CI: ensure that CIF files are up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jun 15, 2021
1 parent 843e142 commit c202ef6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
pip install numpy wheel
pip install -r requirements.txt
pip install -r dev-requirements.txt
# Database might be unavailable
- name: Update CIF files
continue-on-error: true
run: |
python -m get_cifs
# Note the use of the -Wa flag to show DeprecationWarnings
# We test the package as-installed.
Expand Down

0 comments on commit c202ef6

Please sign in to comment.