Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Deprecated install options?
Browse files Browse the repository at this point in the history
  • Loading branch information
jonafato committed Nov 6, 2023
1 parent 6ddafad commit 3e0208f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
- name: Install Python dependencies
run: |
pip cache purge
python -m pip install --upgrade pip wheel
pip cache purge
# Install attrdict3 to support the installation of wxPython from source.
# In most cases, wxPython can be installed from wheels, but if those are not available,
# attrdict3 is a prerequisite for installing from source.
Expand All @@ -52,10 +50,7 @@ jobs:
path: ${{ env.pythonLocation }}
key: ${{ runner.os }}-python-${{ matrix.python-version }}-${{ hashFiles('**/requirements.txt') }}

- name: Ensure pytest is available on PATH
run: echo "/opt/trelby/bin" >> "$GITHUB_PATH"

- name: Test with pytest
env:
PYTHONPATH: /opt/trelby
run: pytest
run: python -m pytest
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[install]
prefix=/opt/trelby
install-lib=/opt/trelby

[bdist_rpm]
group=Applications/Editors
Expand Down

0 comments on commit 3e0208f

Please sign in to comment.