Skip to content

Commit

Permalink
install the exact version that was published
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed May 2, 2023
1 parent 8c5dae3 commit 0c32675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Compile database
run: |
pip install h_transport_materials
pip install h_transport_materials==${{ steps.get_version.outputs.VERSION }}
python -c "import h_transport_materials as htm;htm.database.export_to_json('database.json')"
- name: Upload Release Asset
Expand Down

0 comments on commit 0c32675

Please sign in to comment.