Skip to content

Commit

Permalink
.circleci/config.yml: fix circleci problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Loper committed Aug 24, 2021
1 parent 79fcbd0 commit dff45e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Install container dependencies
command: |
sudo apt-get update
sudo apt-get --allow-releaseinfo-change update
sudo apt-get install -qq gfortran liblapack-dev
- run:
Expand Down
2 changes: 1 addition & 1 deletion chumpy/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = '0.70'
version = '0.71'
short_version = version
full_version = version

0 comments on commit dff45e3

Please sign in to comment.