Skip to content

Commit

Permalink
Merge pull request #63 from yuki-koyama/env-update
Browse files Browse the repository at this point in the history
Environment update
  • Loading branch information
yuki-koyama authored Mar 25, 2023
2 parents e102c6b + 35d2ffa commit 0873c76
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand All @@ -25,7 +25,7 @@ jobs:
run: |
pip install joblib matplotlib seaborn scipy
brew tap homebrew/cask-fonts && brew install font-linux-biolinum
brew install mactex-no-gui
brew install --cask mactex-no-gui
- name: test
run: |
export PATH=$PATH:/Library/TeX/texbin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-18.04]
python-version: ["3.7", "3.8"]
os: [ubuntu-20.04]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-18.04]
os: [ubuntu-20.04]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion external/pybind11
Submodule pybind11 updated 225 files

0 comments on commit 0873c76

Please sign in to comment.