Skip to content

Commit

Permalink
Merge branch 'dev' into Fixed-Filearray-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Nov 9, 2023
2 parents be97dc8 + 0e7908f commit f36e372
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; fi
pip install git+https://github.com/Beakerboy/MS-CFB@dev
pip install git+https://github.com/Beakerboy/MS-Pcode-Assembler@dev
pip install -e .[tests]
Expand Down

0 comments on commit f36e372

Please sign in to comment.