Skip to content

Commit

Permalink
Install Synapse
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Aug 18, 2023
1 parent 7b52bc7 commit 504fc1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dmr-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,17 @@ jobs:
- name: Declare Python dependencies
run: echo "matrix-synapse==1.90.0" > requirements.txt

- name: Install Python and Synapse
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: 3.11
cache: 'pip'
cache-dependency-path: 'requirements.txt'

- run: pip list
- name: Install Synapse
run: >
pip install -r requirements.txt
pip list
# - name: Run end-to-end tests
# run: |
Expand Down

0 comments on commit 504fc1b

Please sign in to comment.