Skip to content

Commit

Permalink
Merge pull request mattloper#45 from mattloper/fix_buster_security
Browse files Browse the repository at this point in the history
.circleci/config.yml: fix circleci problem
  • Loading branch information
mattloper authored Aug 24, 2021
2 parents 79fcbd0 + 8e72d2d commit 8c777ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- run:
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 8c777ce

Please sign in to comment.