Skip to content

Commit

Permalink
try an older seaborn (0.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Jan 25, 2024
1 parent fef4e31 commit 7fd1074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
export LD_LIBRARY_PATH=$PWD/darshan_install/lib
export DYLD_FALLBACK_LIBRARY_PATH=$PWD/darshan_install/lib
cd darshan-util/pydarshan/benchmarks
python -m pip install "seaborn==0.13.0"
python -m pip install "seaborn==0.12"
python -m asv check -E existing
- name: codecov check
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion darshan-util/pydarshan/benchmarks/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"numpy": [],
"cffi": [],
"pytest": [],
"seaborn": ["0.13.0"],
"seaborn": ["0.12"],
},

// The directory (relative to the current directory) that benchmarks are
Expand Down

0 comments on commit 7fd1074

Please sign in to comment.