Skip to content

Commit

Permalink
fix apt-get error
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwamb committed Apr 11, 2024
1 parent e3a0bb2 commit bf681ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update
python -m pip install --upgrade pip
pip install -e .
pip install -e .[dev]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update
python -m pip install --upgrade pip
pip install -e .
pip install -e .[dev]
Expand Down

0 comments on commit bf681ae

Please sign in to comment.