Skip to content

Commit

Permalink
Tried adding back in sudo apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Jan 26, 2022
1 parent 10a332c commit 632c1c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
if: matrix.kind == 'dist'
run: |
python -m pip install --upgrade pip
sudo apt-get update
python setup.py sdist
last_dist=$(ls -t dist/ConfigSpace-*.tar.gz | head -n 1)
pip install $last_dist[test]
Expand Down

0 comments on commit 632c1c5

Please sign in to comment.