Skip to content

Commit

Permalink
fix non-passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mjo22 committed Nov 23, 2024
1 parent c809429 commit 1fde4a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
lfs: true
# lfs: true
python-version: ${{ matrix.python-version }}
- name: Install Git LFS
run: |
sudo apt-get update
sudo apt-get install git-lfs
git lfs install
- name: Pull LFS Files
run: git lfs pull
# - name: Install Git LFS
# run: |
# sudo apt-get update
# sudo apt-get install git-lfs
# git lfs install
# - name: Pull LFS Files
# run: git lfs pull
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pytest
pycistem; sys_platform == "linux"
typeguard

0 comments on commit 1fde4a4

Please sign in to comment.