Skip to content

Commit

Permalink
update license and build instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Aug 7, 2023
1 parent cd829d9 commit abbc246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: "3.10"
- name: Install dependencies
run: python -m pip install .[dev] --upgrade pip
run: python -m pip install .[test] --upgrade pip
- name: Test with pytest
run: pytest
- name: Build package distribution
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright (c) 2021, Peng Zheng
Copyright (c) 2023, IHME Math Sciences
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit abbc246

Please sign in to comment.