Skip to content

Commit

Permalink
Merge branch 'fix_unittest'
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoiz committed Apr 21, 2022
2 parents c922be8 + 1e414e3 commit 8f14dd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sharpy_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
export PATH="$HOME/miniconda/bin:$PATH"
hash -r
conda config --set always_yes yes --set changeps1 no
conda update -q conda
conda update --name base conda
conda list --name base conda
conda init bash
hash -r
export QT_QPA_PLATFORM='offscreen'
Expand Down

0 comments on commit 8f14dd2

Please sign in to comment.