Skip to content

Commit

Permalink
Update heatcluster.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrB-S authored Oct 20, 2023
1 parent 7a377e6 commit 48205d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/heatcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48205d8

Please sign in to comment.