Skip to content

Commit

Permalink
Remove separate proj-bin install from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmijn committed Apr 8, 2024
1 parent c371c17 commit f10c546
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .build/linux64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ source $conda_base_dir/etc/profile.d/conda.sh
# Do the thing!
echo "Build stuff.."
conda activate fiat_build
export PROJ_LIB=/usr/share/proj
export PROJ_LIB=$conda_base_dir/envs/fiat_build/share/proj
pip install -e "$SCRIPTPATH/.."
pyinstaller "$SCRIPTPATH/build.spec" --distpath $SCRIPTPATH/../bin --workpath $SCRIPTPATH/../bin/intermediates
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ jobs:
export PATH=/usr/share/miniconda3/bin:$PATH
mamba env update -n fiat_build -f environment.yml
- name: Install PROJ
run: |
sudo apt-get -y install proj-bin
- name: Build FIAT
run: |
chmod +x .build/linux64.sh
Expand Down

0 comments on commit f10c546

Please sign in to comment.