Skip to content

Commit

Permalink
github-actions: deactivate installs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Dec 2, 2023
1 parent d3d93d2 commit 53254cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:

- name: Install lib
run: |
apt-get update
apt-get install -y git
# apt-get update
# apt-get install -y git
git config --global --add safe.directory /gpy/src/paramz
pip install -e git+https://github.com/MartinBubel/paramz.git@fix-numpy-types#egg=paramz
apt-get install -y gcc
# apt-get install -y gcc
pip install --upgrade pip
pip install -e .
Expand Down

0 comments on commit 53254cd

Please sign in to comment.