Skip to content

Commit

Permalink
add pyairtable to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikey-vyas committed Aug 24, 2024
1 parent b86bda9 commit ed52cd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/predict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ jobs:
cd ersilia
echo $CONDA/bin >> $GITHUB_PATH
source $CONDA/etc/profile.d/conda.sh
conda install -y python=3.10.10
conda install -y python=3.10
conda init
python -m pip install -e .[test]
pip install pyairtable
cd ..
- name: Activate virtual environment
Expand Down

0 comments on commit ed52cd3

Please sign in to comment.