From 1f7b430bb5628ccda9aefeb3e2a4b01d9c59254c Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Thu, 7 Sep 2023 21:01:16 +0300 Subject: [PATCH] ci: install matplotlib with pip --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7cc8065d..6163e6cd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v3 - name: "Main Script" run: | - echo "- matplotlib" >> .test-conda-env-py3.yml + export EXTRA_INSTALL="pyvisfile matplotlib" curl -L -O https://tiker.net/ci-support-v0 . ci-support-v0