Skip to content

Commit

Permalink
update version to 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Mar 11, 2024
1 parent b6aa388 commit 27d6f2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ stages:
- test

variables:
PYVERSION: "3.8"
RSMVERSION: "11.3.0"
PYVERSION: "3.10"
RSMVERSION: "12.0.0"
BINPATH: "/root/rsmenv/bin"
TESTDIR: "/root/rsmcode/tests"

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
variables:
MPLBACKEND: Agg
PYTHON_VERSION: 3.11
RSMVERSION: 11.3.0
RSMVERSION: 12.0.0
TESTDIR: $(Build.SourcesDirectory)\rsmcode\tests
BINPATH: C:\Miniconda\envs\rsmenv\Scripts

Expand Down

0 comments on commit 27d6f2c

Please sign in to comment.