Skip to content

Commit

Permalink
Force a specific version of python during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfiligoi committed Oct 6, 2023
1 parent fdf3456 commit ee529cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
fi
popd
pushd src/testdata
conda install --yes -c conda-forge h5py
conda install --yes -c conda-forge h5py python=3.10
# weighted_unnormalized
time ssu -m weighted_unnormalized_fp32 -i test500.biom -t test500.tre --pcoa 4 -r hdf5_fp32 -o t1.h5
./compare_unifrac_matrix.py test500.weighted_unnormalized_fp32.h5 t1.h5 1.e-5
Expand Down

0 comments on commit ee529cd

Please sign in to comment.