Skip to content

Commit

Permalink
updating CI to run python 3.10; fixing import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bayc committed Jul 12, 2023
1 parent 3dfbf55 commit f879efa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8 ]
python-version: [ "3.10" ]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion hopp/simulation/technologies/sites/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
from hopp.simulation.technologies.sites.irregular_site import make_irregular_site
from hopp.simulation.technologies.sites.locations import locations
from hopp.simulation.technologies.sites.site_info import SiteInfo
from hopp.simulation.technologies.sites.site_info_refactor import SiteInfoRefactor

0 comments on commit f879efa

Please sign in to comment.