Skip to content

Commit

Permalink
Merge pull request #153 from wistaria/dsqss
Browse files Browse the repository at this point in the history
DSQSS 2.0.5
  • Loading branch information
yomichi authored Mar 22, 2024
2 parents 0c154ff + 49493bd commit dc0342c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: apt
run: |
sudo apt-get update
Expand All @@ -26,7 +31,7 @@ jobs:
- name: pip
run: |
python3 -m pip install -U pip
python3 -m pip install numpy scipy toml setuptools
python3 -m pip install numpy scipy toml setuptools typing-extensions
- name: setup
run: sh setup/setup.sh
Expand Down
2 changes: 1 addition & 1 deletion apps/dsqss/version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DSQSS_VERSION="2.0.4"
DSQSS_VERSION="2.0.5"
DSQSS_MA_REVISION="0"

__NAME__=dsqss
Expand Down

0 comments on commit dc0342c

Please sign in to comment.