Skip to content

Commit

Permalink
no user
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Oct 16, 2024
1 parent 8411384 commit 8b34d4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
shell: bash -l {0}
run: |
cd $GITHUB_WORKSPACE
python setup.py install --user --clean --hdf5 /root/opt/hdf5/hdf5-1_14_3 ${{ env.ADD_FLAG}}
python setup.py install --clean --hdf5 /root/opt/hdf5/hdf5-1_14_3 ${{ env.ADD_FLAG}}
export PATH="$PATH:/github/home/.local/bin"
cd ../
nuc_data_make
Expand Down
8 changes: 4 additions & 4 deletions docker/ubuntu_22.04-dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ FROM ${pyne_test_base} AS pyne
COPY . $HOME/opt/pyne
RUN export PYNE_HDF5_ARGS="--hdf5 $HDF5_INSTALL_PATH"; \
cd $HOME/opt/pyne \
&& python setup.py install --user \
$PYNE_MOAB_ARGS $PYNE_DAGMC_ARGS \
$PYNE_HDF5_ARGS \
--clean -j 4;
&& python setup.py install \
$PYNE_MOAB_ARGS $PYNE_DAGMC_ARGS \
$PYNE_HDF5_ARGS \
--clean -j 4;
ENV PATH $HOME/.local/bin:$PATH
ENV PyNE_DIR $HOME/.local/
ENV HDF5_ROOT $HDF5_INSTALL_PATH
Expand Down

0 comments on commit 8b34d4b

Please sign in to comment.