Skip to content

Commit 6822033

Browse files
committed
numpy via pip?
1 parent 2422008 commit 6822033

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ which generates the encrypted file ``REFPROP.zip.gpg``. Generate an uncrackable
2020

2121
## Actions setup
2222

23-
Add a repository secret called ``REFPROP_GPG_PASSPHRASE`` in github actions with the contents of the password you generated in the previous step. The action in this repository will test the decryption and print out the contents of the zip file.
23+
Add a repository secret called ``REFPROP_GPG_PASSPHRASE`` in github actions with the contents of the password you generated in the previous step. The action in this repository will test the decryption and print out the contents of the zip file, as well as building a shared library based on the sources in the encrypted zip

decrypt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
gpg --quiet --batch --yes --decrypt --passphrase="$REFPROP_GPG_PASSPHRASE" --output REFPROP.zip REFPROP.zip.gpg
66
unzip REFPROP.zip -d REFPROP
77

8-
apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ dos2unix python3-numpy
8+
pip3 install numpy
99

1010
git clone --recursive https://github.com/usnistgov/REFPROP-cmake
1111
cd REFPROP-cmake

0 commit comments

Comments
 (0)