Skip to content

Commit

Permalink
deployment of docs mistake (#4830)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnitz authored Jul 30, 2024
1 parent 013bdd1 commit a2aafef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
export LAL_DATA_PATH=$PWD
tox -e py-inference
- name: store documentation page
if: matrix.test-type == 'docs' && matrix.python-version == '3.8'
if: matrix.test-type == 'docs' && matrix.python-version == '3.12'
uses: actions/upload-artifact@v2
with:
name: documentation-page
Expand Down

0 comments on commit a2aafef

Please sign in to comment.