Skip to content

Commit

Permalink
Steped back on workflow file to test install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcurbelo committed Sep 2, 2024
1 parent 0eb16c6 commit 0e08993
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/go-rxr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,23 @@ jobs:
with:
python-version: '3.10.14'

- name: Install package
# - name: Install app dependencies
# run: |
# pip install .

- name: Install dependencies
run: |
pip install --upgrade pip setuptools
pip install -r requirements.txt
- name: Install PyQt5 Dependencies
run: |
sudo apt-get install -y pyqt5-dev libqt5multimedia5-plugins
- name: Install Reflectivity Package
run: |
pip install .
python setup_reflectivity.py install
- name: Run tests
run: |
Expand Down

0 comments on commit 0e08993

Please sign in to comment.