Skip to content

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 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

3 participants