Skip to content

Commit

Permalink
pip not apt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcantor22 committed Aug 8, 2024
1 parent e33eaa8 commit 8894169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
with:
python-version: 3.9
- name: Install packages
run: pip install -U pip; sudo apt-get install tidy environment-modules coverage -y; pip install cryptography; pip install coverage;
run: pip install -U pip; sudo apt-get install tidy environment-modules -y; pip install cryptography; pip install coverage;

- name: Set PYTHONPATH
run: echo "PYTHONPATH=." >> $GITHUB_ENV
Expand Down

0 comments on commit 8894169

Please sign in to comment.