Skip to content

Commit

Permalink
Revert "Debug missing pelican package"
Browse files Browse the repository at this point in the history
This reverts commit c4ca879.
  • Loading branch information
dspinellis committed Oct 17, 2024
1 parent c4ca879 commit e584199
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ check_required_fields content/members doc/required_member_fields || error "Could
check_required_fields content/seminars doc/required_seminar_fields || error "Could not read required seminar fields"

# Create and activate the required Python environment
set -x
if ! [ -d venv ] ; then
python3 -m venv venv
. venv/bin/activate
Expand Down

0 comments on commit e584199

Please sign in to comment.