Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed May 19, 2024
1 parent 3221026 commit ceb1d77
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmd_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
python-version:
- "3.9"
- "3.11"
- "3.12"

runs-on: ubuntu-22.04

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/grass_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Python dependencies
run: |
pip3 install --break-system-packages -r .github/workflows/requirements.txt
pip3 install --break-system-packages -r .github/workflows/requirements3.11.txt
pip3 install --break-system-packages -r .github/workflows/requirements3.12.txt
- name: Install smoderp2d
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Install Python dependencies
run: |
pip3 install --break-system-packages -r .github/workflows/requirements.txt
pip3 install --break-system-packages -r .github/workflows/requirements3.11.txt
pip3 install --break-system-packages -r .github/workflows/requirements3.12.txt
- name: Install smoderp2d
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/requirements3.11.txt

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/requirements3.12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pytest
numpy==1.26.4
2 changes: 1 addition & 1 deletion .github/workflows/requirements3.9.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.2.2
numpy==1.20.1
numpy==1.26.4

0 comments on commit ceb1d77

Please sign in to comment.