From 48205d8c32e7d9a0fd5b45dc3e679ebf4320d5bf Mon Sep 17 00:00:00 2001 From: Stephen Beckstrom-Sternberg Date: Fri, 20 Oct 2023 12:58:08 -0700 Subject: [PATCH] Update heatcluster.yml --- .github/workflows/heatcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/heatcluster.yml b/.github/workflows/heatcluster.yml index f91e33e..5ed9b10 100644 --- a/.github/workflows/heatcluster.yml +++ b/.github/workflows/heatcluster.yml @@ -8,7 +8,7 @@ jobs: uses: actions/checkout@v3 - name: install dependencies - run: pip install argparse logging pandas numpy pathlib seaborn matplotlib + run: pip3 install argparse logging pandas numpy pathlib seaborn matplotlib - name: test (tab-delimited) run: python3 HeatCluster.py -i test/small_matrix.csv