Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix CI install script #41

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

fix CI install script #41

wants to merge 5 commits into from

Conversation

vu3rdd
Copy link
Contributor

@vu3rdd vu3rdd commented Jan 13, 2023

closes #38

@vu3rdd vu3rdd changed the title apt: do not ask for permission before installing a program fix CI install script Jan 13, 2023
- run:
name: Install pip
command: apt-get install -y python3-pip

- run:
name: Install dependencies
command: pip install --user -r requirements.txt
command: pip3 install --user -r requirements.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❯ piptree ~/Work/haskell/haskell-spake2/requirements.txt 
attrs 21.4.0
spake2 0.8
└── hkdf

Let's add an hkdf pin to requirements.txt as protection against a future breaking version of hkdf.

Comment on lines +24 to +27
name: upgrade Cabal
command: |
cabal update
cabal install cabal-install
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a particular version we think we need (perhaps a version newer than what's in the Debian package db)? Can we request that specifically? Or even if we just want some newer version, it would be nice to ask for one specifically, if we can, to improve reproducibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix CI
2 participants